projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6cd287
)
Added help text
author
Morgan N
<mxn.kkxqxxq.nry@gmail.com>
Wed, 30 Dec 2015 23:56:28 +0000
(15:56 -0800)
committer
Morgan N
<mxn.kkxqxxq.nry@gmail.com>
Wed, 30 Dec 2015 23:56:28 +0000
(15:56 -0800)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index e2206c7434801a23083a5a6a72ea5a18c14039af..692a4ac47294c7dc5d0cf68ed7371c98bc9b7ff4 100644
(file)
--- 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'