From: Orakaro Date: Sat, 12 Jul 2014 15:26:47 +0000 (+0900) Subject: fix help X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a65bd34c23ff2b9618410efcd3023bd5f9060d94;p=rainbowstream.git fix help --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 2dcb0d3..cd8be95 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1132,9 +1132,9 @@ def help_list(): ' will show all lists you are belong to.\n' usage += s * 2 + light_green('list home') + \ ' will show timeline of list. You will be asked for list\'s name\n' - usage += s * 2 + light_green('list mem') + \ + usage += s * 2 + light_green('list all_mem') + \ ' will show list\'s all members.\n' - usage += s * 2 + light_green('list sub') + \ + usage += s * 2 + light_green('list all_sub') + \ ' will show list\'s all subscribers.\n' usage += s * 2 + light_green('list rm') + \ ' will remove specific person from a list owned by you.' + \