forked from LBRYCommunity/lbry-sdk
spelling fix
This commit is contained in:
parent
f6473e3383
commit
31b9d22649
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import json
|
||||||
from lbrynet.conf import API_CONNECTION_STRING
|
from lbrynet.conf import API_CONNECTION_STRING
|
||||||
from jsonrpc.proxy import JSONRPCProxy
|
from jsonrpc.proxy import JSONRPCProxy
|
||||||
|
|
||||||
help_msg = "Useage: lbrynet-cli method json-args\n" \
|
help_msg = "Usage: lbrynet-cli method json-args\n" \
|
||||||
+ "Examples: " \
|
+ "Examples: " \
|
||||||
+ "lbrynet-cli resolve_name '{\"name\": \"what\"}'\n" \
|
+ "lbrynet-cli resolve_name '{\"name\": \"what\"}'\n" \
|
||||||
+ "lbrynet-cli get_balance\n" \
|
+ "lbrynet-cli get_balance\n" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue