From 91194bf4229106f65c57909f38fc860f3b35b7b4 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 4 Aug 2020 14:12:40 -0400 Subject: [PATCH] doc fix --- 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 55f72afea..9fcf5d5a2 100644 --- a/lbry/extras/daemon/daemon.py +++ b/lbry/extras/daemon/daemon.py @@ -991,7 +991,7 @@ class Daemon(metaclass=JSONRPCServerType): Options: --urls= : (str, list) one or more urls to resolve --wallet_id= : (str) wallet to check for claim purchase reciepts - --new_sdk_server= : (str) use the new SDK server (EXPERIMENTAL) + --new_sdk_server= : (str) URL of the new SDK server (EXPERIMENTAL) --include_purchase_receipt : (bool) lookup and include a receipt if this wallet has purchased the claim being resolved --include_is_my_output : (bool) lookup and include a boolean indicating @@ -2435,7 +2435,7 @@ class Daemon(metaclass=JSONRPCServerType): has purchased the claim --include_is_my_output : (bool) lookup and include a boolean indicating if claim being resolved is yours - --new_sdk_server= : (str) use the new SDK server (EXPERIMENTAL) + --new_sdk_server= : (str) URL of the new SDK server (EXPERIMENTAL) Returns: {Paginated[Output]} """