forked from LBRYCommunity/lbry-sdk
Better help message instructions
This commit is contained in:
parent
83c0baa3cb
commit
52317b05bb
1 changed files with 7 additions and 5 deletions
|
@ -58,11 +58,13 @@ def print_help():
|
||||||
lbrynet [--conf <config file>] <command> [<args>]
|
lbrynet [--conf <config file>] <command> [<args>]
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
|
lbrynet start # starts the daemon. The daemon needs to be running for commands to work
|
||||||
|
lbrynet help # display this message
|
||||||
|
lbrynet help <command_name> # get help for a command(doesn't need the daemon to be running)
|
||||||
lbrynet commands # list available commands
|
lbrynet commands # list available commands
|
||||||
lbrynet status # get daemon status
|
lbrynet status # get the running status of the daemon
|
||||||
lbrynet --conf ~/l1.conf status # like above but using ~/l1.conf as config file
|
lbrynet --conf ~/l1.conf # use ~/l1.conf as config file
|
||||||
lbrynet resolve_name what # resolve a name
|
lbrynet resolve what # resolve a name
|
||||||
lbrynet help resolve_name # get help for a command
|
|
||||||
"""))
|
"""))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue