From a65bd34c23ff2b9618410efcd3023bd5f9060d94 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sun, 13 Jul 2014 00:26:47 +0900 Subject: [PATCH] fix help --- rainbowstream/rainbow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.' + \ -- 2.25.1