forked from LBRYCommunity/lbry-sdk
fix mistake code
This commit is contained in:
parent
ec0483b975
commit
3840f19869
1 changed files with 1 additions and 1 deletions
|
@ -2802,7 +2802,7 @@ class Daemon(AuthJSONRPCServer):
|
||||||
Delete a blob
|
Delete a blob
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
blob_delete (<blob_hash> | --blob_hash=<blob_hash)
|
blob_delete (<blob_hash> | --blob_hash=<blob_hash>)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--blob_hash=<blob_hash> : (str) blob hash of the blob to delete
|
--blob_hash=<blob_hash> : (str) blob hash of the blob to delete
|
||||||
|
|
Loading…
Reference in a new issue