From 006f8cc41de8921b0e54c1fc301a50b1fe91f5df Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Wed, 28 May 2014 19:49:44 +0900 Subject: [PATCH] add help --- rainbowstream/rainbow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.25.1