forked from LBRYCommunity/lbry-sdk
help message for start command
This commit is contained in:
parent
6e29f7e99b
commit
f47a685734
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ def get_argument_parser():
|
||||||
start = sub.add_parser(
|
start = sub.add_parser(
|
||||||
'start',
|
'start',
|
||||||
usage='lbrynet start [--config FILE] [--data-dir DIR] [--wallet-dir DIR] [--download-dir DIR] ...',
|
usage='lbrynet start [--config FILE] [--data-dir DIR] [--wallet-dir DIR] [--download-dir DIR] ...',
|
||||||
help='Start lbrynet network interface.'
|
help='Start LBRY Network interface.'
|
||||||
)
|
)
|
||||||
start.add_argument(
|
start.add_argument(
|
||||||
'--quiet', dest='quiet', action="store_true",
|
'--quiet', dest='quiet', action="store_true",
|
||||||
|
|
Loading…
Reference in a new issue