Added help text
[rainbowstream.git] / rainbowstream / rainbow.py
index 71fb44183eca51a4c67cdfcf61ff7cc05e39aa1a..692a4ac47294c7dc5d0cf68ed7371c98bc9b7ff4 100644 (file)
@@ -381,7 +381,7 @@ def view_my_tweets():
     """
     t = Twitter(auth=authen())
     try:
-        num = int(g['stuff'].split()[1])
+        num = int(g['stuff'])
     except:
         num = c['HOME_TWEET_NUM']
     for tweet in reversed(
@@ -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'