fix typo in claim_new_support docstring
This commit is contained in:
parent
2dab24ea14
commit
39195568cc
1 changed files with 1 additions and 1 deletions
|
@ -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