From 03e08f86c35352685959847ca0b233d6846dd452 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Thu, 17 Jul 2014 22:38:00 +0900 Subject: [PATCH] fix docs --- docs/index.rst | 4 ++-- rainbowstream/rainbow.py | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index db45272..109799f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -95,8 +95,8 @@ Here is full list of supported command: - ``view @mdo`` will show @mdo ’s timeline. ``view @dmo 9`` will print exactly 9 tweets. -- ``s #noah`` will search the word *‘noah’*. Result will come back with - highlight. +- ``s noah`` will search the word *‘noah’*. Result will come back with + highlight. Search can be performed with or without hashtag. **Tweet Commands** diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 233f441..42bafba 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1155,8 +1155,9 @@ def help_discover(): magenta('@mdo') + '.\n' usage += s * 2 + light_green('view @mdo') + \ ' will show ' + magenta('@mdo') + '\'s home.\n' - usage += s * 2 + light_green('s #AKB48') + ' will search for "' + \ - light_yellow('AKB48') + '" and return 5 newest tweet.\n' + usage += s * 2 + light_green('s AKB48') + ' will search for "' + \ + light_yellow('AKB48') + '" and return 5 newest tweet. ' + \ + 'Search can be performed with or without hashtag.\n' printNicely(usage) -- 2.25.1