From: Morgan N Date: Wed, 30 Dec 2015 23:56:28 +0000 (-0800) Subject: Added help text X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=cd5cfee01d36b588ba85d55d9504ff6435440de5;ds=inline Added help text --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index e2206c7..692a4ac 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1506,6 +1506,8 @@ def help_tweets(): usage += s * 2 + \ light_green('share 12 ') + ' will get the direct link of the tweet with ' + \ light_yellow('[id=12]') + '.\n' + usage += s * 2 + \ + light_green('mytw 2 ') + ' will show your last two tweets.\n' usage += s * 2 + \ light_green('del 12 ') + ' will delete tweet with ' + \ light_yellow('[id=12]') + '.\n'