' 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.' + \