From: vunhat_minh Date: Wed, 28 May 2014 10:49:44 +0000 (+0900) Subject: add help X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=006f8cc41de8921b0e54c1fc301a50b1fe91f5df;p=rainbowstream.git add help --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index ba811b8..664716e 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -292,7 +292,7 @@ def help(): """ usage = ''' Hi boss! I'm ready to serve you right now! - ---------------------------------------------------- + ------------------------------------------------------------- "home" will show your timeline. "home 7" will show 7 tweet. "view @bob" will show your friend @bob's home. "t oops" will tweet "oops" immediately. @@ -305,7 +305,7 @@ def help(): "h" will show this help again. "c" will clear the terminal. "q" will exit. - ---------------------------------------------------- + ------------------------------------------------------------- Have fun and hang tight! ''' printNicely(usage)