From b62a0b4607fe43cb9000c8dff7cc56bea4de539f Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 15 Oct 2021 09:38:15 -0400 Subject: [PATCH] Update daemon.py docstring --- 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 3ff23f0e6..89e56dd8f 100644 --- a/lbry/extras/daemon/daemon.py +++ b/lbry/extras/daemon/daemon.py @@ -4964,8 +4964,8 @@ class Daemon(metaclass=JSONRPCServerType): --finished : (bool) only return finished blobs --uri= : (str) filter blobs by stream in a uri --stream_hash= : (str) filter blobs by stream hash - --sd_hash= : (str) only return blobs in the stream with matching sd hash. The daemon must - know about that sd_hash (eg the header blob of the stream was downloaded) + --sd_hash= : (str) filter blobs in a stream by sd hash, ie the hash of the stream + descriptor blob for a stream that has been downloaded --page= : (int) page to return during paginating --page_size= : (int) number of items on page during pagination