fix docopt parser issue

This commit is contained in:
Lex Berezhny 2019-05-18 20:09:23 -04:00
parent 2b75982446
commit b841fb2f0c

View file

@ -1672,8 +1672,8 @@ class Daemon(metaclass=JSONRPCServerType):
Use --channel_id=<channel_id> to list all stream claims in a channel.
Arguments marked with "supports equality constraints" allow prepending the
value with an equality constraint such as '>', '>=', '<', '<=', eg.
--height=">400000" would limit results to only claims above 400k block height
value with an equality constraint such as '>', '>=', '<' and '<='
eg. --height=">400000" would limit results to only claims above 400k block height.
Usage:
claim_search [<name> | --name=<name>] [--claim_id=<claim_id>] [--txid=<txid> --nout=<nout>]