daemon: fix documentation in the file_list
docstring
This is necessary to produce the `docs/api.json` (through `scripts/generate_json_api.py`) with correct information, and to be able to parse this file later on by other tools.
This commit is contained in:
parent
169419896f
commit
bbbaf59591
1 changed files with 1 additions and 1 deletions
|
@ -2040,7 +2040,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
|||
--channel_claim_id=<channel_claim_id> : (str) get file with matching channel claim id(s)
|
||||
--channel_name=<channel_name> : (str) get file with matching channel name
|
||||
--claim_name=<claim_name> : (str) get file with matching claim name
|
||||
--blobs_in_stream<blobs_in_stream> : (int) get file with matching blobs in stream
|
||||
--blobs_in_stream=<blobs_in_stream> : (int) get file with matching blobs in stream
|
||||
--download_path=<download_path> : (str) get file with matching download path
|
||||
--uploading_to_reflector=<uploading_to_reflector> : (bool) get files currently uploading to reflector
|
||||
--is_fully_reflected=<is_fully_reflected> : (bool) get files that have been uploaded to reflector
|
||||
|
|
Loading…
Reference in a new issue