From: vunhat_minh Date: Fri, 20 Jun 2014 06:06:08 +0000 (+0900) Subject: fix help X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d03d632bcf9248a1f929be8e381894a6723ca0fa;p=rainbowstream.git fix help --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index e59770c..7bad2f1 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -890,7 +890,7 @@ def help(): usage += s + '-' * (int(w) - 4) + '\n' usage += s + 'You are ' + yellow('already') + ' on your personal stream.\n' - usage += s * 2 + green('trend') + ' will show global trending topic. ' + \ + usage += s * 2 + green('trend') + ' will show global trending topics. ' + \ 'You can try ' + green('trend US') + ' or ' + \ green('trend JP Tokyo') + '.\n' usage += s * 2 + green('home') + ' will show your timeline. ' + \