fix help
authorOrakaro <nhatminh_179@hotmail.com>
Sat, 12 Jul 2014 15:26:47 +0000 (00:26 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Sat, 12 Jul 2014 15:26:47 +0000 (00:26 +0900)
rainbowstream/rainbow.py

index 2dcb0d390f912f1629794ab29513ee4e0d4b51ac..cd8be952f8ce47d85f3fb093d06f8c00bfdd0c54 100644 (file)
@@ -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.' + \