forked from LBRYCommunity/lbry-sdk
fix documentation for peer_ping command
This commit is contained in:
parent
bb7e17e54a
commit
0a14d51b96
1 changed files with 3 additions and 0 deletions
|
@ -3067,6 +3067,9 @@ class Daemon(AuthJSONRPCServer):
|
|||
Usage:
|
||||
peer_ping (<node_id> | --node_id=<node_id>)
|
||||
|
||||
Options:
|
||||
None
|
||||
|
||||
Returns:
|
||||
(str) pong, or {'error': <error message>} if an error is encountered
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue