Merge pull request #3434 from belikor/fix-documentation

fix typo in `file list` arguments list
This commit is contained in:
Lex Berezhny 2021-09-27 11:08:10 -04:00 committed by GitHub
commit c211338218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -2657,7 +2657,7 @@
"is_required": false "is_required": false
}, },
{ {
"name": "blobs_in_stream<blobs_in_stream>", "name": "blobs_in_stream",
"type": "int", "type": "int",
"description": "get file with matching blobs in stream", "description": "get file with matching blobs in stream",
"is_required": false "is_required": false
@ -5062,4 +5062,4 @@
} }
] ]
} }
} }

View file

@ -2040,7 +2040,7 @@ class Daemon(metaclass=JSONRPCServerType):
--channel_claim_id=<channel_claim_id> : (str) get file with matching channel claim id(s) --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 --channel_name=<channel_name> : (str) get file with matching channel name
--claim_name=<claim_name> : (str) get file with matching claim 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 --download_path=<download_path> : (str) get file with matching download path
--uploading_to_reflector=<uploading_to_reflector> : (bool) get files currently uploading to reflector --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 --is_fully_reflected=<is_fully_reflected> : (bool) get files that have been uploaded to reflector