fix docs
authorOrakaro <nhatminh_179@hotmail.com>
Thu, 17 Jul 2014 13:38:00 +0000 (22:38 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Thu, 17 Jul 2014 13:38:00 +0000 (22:38 +0900)
docs/index.rst
rainbowstream/rainbow.py

index db45272c6e1ee03cae6e8675636524b22cee2631..109799f3f75c82ff8b368e4300cab08dcb28fc67 100644 (file)
@@ -95,8 +95,8 @@ Here is full list of supported command:
 -  ``view @mdo`` will show @mdo ’s timeline. ``view @dmo 9`` will print\r
    exactly 9 tweets.\r
 \r
--  ``s #noah`` will search the word *‘noah’*. Result will come back with\r
-   highlight.\r
+-  ``s noah`` will search the word *‘noah’*. Result will come back with\r
+   highlight. Search can be performed with or without hashtag.\r
 \r
 **Tweet Commands**\r
 \r
index 233f441df1b0df9c5667792d06e689ee17a03668..42bafba16671e8e7398b71bcabdd136bd4f5d167 100644 (file)
@@ -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)