fix docopt parser issue
This commit is contained in:
parent
2b75982446
commit
b841fb2f0c
1 changed files with 2 additions and 2 deletions
|
@ -1672,8 +1672,8 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
Use --channel_id=<channel_id> to list all stream claims in a channel.
|
Use --channel_id=<channel_id> to list all stream claims in a channel.
|
||||||
|
|
||||||
Arguments marked with "supports equality constraints" allow prepending the
|
Arguments marked with "supports equality constraints" allow prepending the
|
||||||
value with an equality constraint such as '>', '>=', '<', '<=', eg.
|
value with an equality constraint such as '>', '>=', '<' and '<='
|
||||||
--height=">400000" would limit results to only claims above 400k block height
|
eg. --height=">400000" would limit results to only claims above 400k block height.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
claim_search [<name> | --name=<name>] [--claim_id=<claim_id>] [--txid=<txid> --nout=<nout>]
|
claim_search [<name> | --name=<name>] [--claim_id=<claim_id>] [--txid=<txid> --nout=<nout>]
|
||||||
|
|
Loading…
Add table
Reference in a new issue