From 7df02303b268fcd8d429ebbc0ac5f982e37f35c2 Mon Sep 17 00:00:00 2001 From: Victor Shyba <victor.shyba@gmail.com> Date: Tue, 21 Dec 2021 15:04:21 -0300 Subject: [PATCH] fix missing docopt argument --- lbry/extras/daemon/daemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbry/extras/daemon/daemon.py b/lbry/extras/daemon/daemon.py index 5158a892e..bac6c3e6e 100644 --- a/lbry/extras/daemon/daemon.py +++ b/lbry/extras/daemon/daemon.py @@ -2439,7 +2439,7 @@ class Daemon(metaclass=JSONRPCServerType): [--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: @@ -2537,7 +2537,7 @@ class Daemon(metaclass=JSONRPCServerType): --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)