diff --git a/lbrynet/extras/daemon/Daemon.py b/lbrynet/extras/daemon/Daemon.py index 026198983..59e1b72e5 100644 --- a/lbrynet/extras/daemon/Daemon.py +++ b/lbrynet/extras/daemon/Daemon.py @@ -912,14 +912,15 @@ class Daemon(metaclass=JSONRPCServerType): Download stream from a LBRY name. Usage: - get [ | --file_name=] [ | --timeout=] [--save_file] + get [ | --file_name=] [ | --timeout=] + [--save_file=] Options: --uri= : (str) uri of the content to download --file_name= : (str) specified name for the downloaded file, overrides the stream file name --timeout= : (int) download timeout in number of seconds - --save_file : (bool) save the file to the downloads directory + --save_file= : (bool) save the file to the downloads directory Returns: {File} """