forked from LBRYCommunity/lbry-sdk
drop commands list from cli help
This commit is contained in:
parent
21e653367f
commit
b3d3c1c93b
1 changed files with 0 additions and 4 deletions
|
@ -171,7 +171,6 @@ def print_error(message, suggest_help=True):
|
|||
|
||||
|
||||
def print_help():
|
||||
commands = Daemon.callable_methods.keys()
|
||||
print "\n".join([
|
||||
"NAME",
|
||||
" lbrynet-cli - LBRY command line client.",
|
||||
|
@ -184,9 +183,6 @@ def print_help():
|
|||
" 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=' ')
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue