Merge pull request #717 from lbryio/fix_support_typo
Fix support typo fixes #741
This commit is contained in:
commit
031e4401f2
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ at anytime.
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed some log messages throwing exceptions
|
* Fixed some log messages throwing exceptions
|
||||||
* Fix shutdown of the blob tracker by Session
|
* Fix shutdown of the blob tracker by Session
|
||||||
|
* Fixed claim_new_support docstrings
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
*
|
*
|
||||||
|
|
|
@ -1917,7 +1917,7 @@ class Daemon(AuthJSONRPCServer):
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
claim_new_support (<name> | --name=<name>) (<claim_id> | --claim_id=<claim_id>)
|
claim_new_support (<name> | --name=<name>) (<claim_id> | --claim_id=<claim_id>)
|
||||||
(<amount> | --amount<amount>)
|
(<amount> | --amount=<amount>)
|
||||||
|
|
||||||
Return:
|
Return:
|
||||||
(dict) Dictionary containing result of the claim
|
(dict) Dictionary containing result of the claim
|
||||||
|
|
Loading…
Reference in a new issue