Skip to content

Commit

Permalink
fix missing docopt argument
Browse files Browse the repository at this point in the history
  • Loading branch information
shyba committed Jan 5, 2022
1 parent f89c75e commit 7df0230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lbry/extras/daemon/daemon.py
Expand Up @@ -2439,7 +2439,7 @@ async def jsonrpc_claim_search(self, **kwargs):
[--not_locations=<not_locations>...]
[--order_by=<order_by>...] [--no_totals] [--page=<page>] [--page_size=<page_size>]
[--wallet_id=<wallet_id>] [--include_purchase_receipt] [--include_is_my_output]
[--remove_duplicates] [--has_source | --has_no_source] [--sd_hash]
[--remove_duplicates] [--has_source | --has_no_source] [--sd_hash=<sd_hash>]
[--new_sdk_server=<new_sdk_server>]
Options:
Expand Down Expand Up @@ -2537,7 +2537,7 @@ async def jsonrpc_claim_search(self, **kwargs):
--remove_duplicates : (bool) removes duplicated content from search by picking either the
original claim or the oldest matching repost
--has_source : (bool) find claims containing a source field
--sd_hash : (str) find claims where the source stream descriptor hash matches
--sd_hash=<sd_hash> : (str) find claims where the source stream descriptor hash matches
(partially or completely) the given hexadecimal string
--has_no_source : (bool) find claims not containing a source field
--new_sdk_server=<new_sdk_server> : (str) URL of the new SDK server (EXPERIMENTAL)
Expand Down

0 comments on commit 7df0230

Please sign in to comment.