fix lbrycrd-cli command typo
This commit is contained in:
parent
328ee12e8b
commit
15b61996b5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ the "--help" flag (e.g. `lbrycrdd --help`). Examples:
|
|||
|
||||
Run `./lbrycrdd -server -daemon` to start lbrycrdd in the background.
|
||||
|
||||
Run `./lbrycrd-cli getinfo` to check for some basic information about your LBRYcrd node.
|
||||
Run `./lbrycrd-cli -getinfo` to check for some basic information about your LBRYcrd node.
|
||||
|
||||
Run `./lbrycrd-cli help` to get a list of all commands that you can run. To get help on specific commands run `./lbrycrd-cli [command_name] help`
|
||||
|
||||
|
|
Loading…
Reference in a new issue