keep it neat

This commit is contained in:
Alex Grintsvayg 2017-06-08 15:24:58 -04:00
parent b5d7d961de
commit dbe071cbb7

View file

@ -163,10 +163,10 @@ def print_help():
" lbrynet-cli <command> [<args>]",
"",
"EXAMPLES",
" lbrynet-cli commands # list available commands",
" lbrynet-cli status # get daemon status",
" lbrynet-cli resolve_name what # resolve a name",
" lbrynet-cli help resolve_name # get help for a command",
" lbrynet-cli commands # list available commands",
" lbrynet-cli status # get daemon status",
" lbrynet-cli resolve_name what # resolve a name",
" lbrynet-cli help resolve_name # get help for a command",
"",
"COMMANDS",
wrap_list_to_term_width(commands, prefix=' ')