forked from LBRYCommunity/lbry-sdk
fix blob announce command argument constraints
This commit is contained in:
parent
e0386ea9dc
commit
950c122850
1 changed files with 2 additions and 2 deletions
|
@ -3192,8 +3192,8 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
Announce blobs to the DHT
|
Announce blobs to the DHT
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
blob_announce [<blob_hash> | --blob_hash=<blob_hash>]
|
blob_announce (<blob_hash> | --blob_hash=<blob_hash>
|
||||||
[<stream_hash> | --stream_hash=<stream_hash>] | [<sd_hash> | --sd_hash=<sd_hash>]
|
| --stream_hash=<stream_hash> | --sd_hash=<sd_hash>)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--blob_hash=<blob_hash> : (str) announce a blob, specified by blob_hash
|
--blob_hash=<blob_hash> : (str) announce a blob, specified by blob_hash
|
||||||
|
|
Loading…
Reference in a new issue