From f5bd28bfdb4746e0381a52c83fb89e64c4ea08f5 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sun, 5 May 2019 19:46:42 -0300 Subject: [PATCH] make save_file a parameter instead of a flag so it obeys conf --- lbrynet/extras/daemon/Daemon.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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} """