diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-01-30 14:13:30 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-01-30 14:13:30 +0100 |
commit | 6943cb9b4f917b4f3e74a70d525b5e3084a5ab59 (patch) | |
tree | ee087446e6097cc359501159ff5ba40d8755e751 /src/rpcnet.cpp | |
parent | 2df5e3427c127f69a958be4201ce543aaaf8bcc3 (diff) |
small changes to rpc command help message strings
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r-- | src/rpcnet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index a3b37aa9e5..d9bcc3429d 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -47,7 +47,7 @@ Value ping(const Array& params, bool fHelp) "ping\n" "\nRequests that a ping be sent to all other nodes, to measure ping time.\n" "Results provided in getpeerinfo, pingtime and pingwait fields are decimal seconds.\n" - "Ping command is handled in queue with all other commands, so it measures processing backlog, not just network ping." + "Ping command is handled in queue with all other commands, so it measures processing backlog, not just network ping.\n" "\nExamples:\n" + HelpExampleCli("ping", "") + HelpExampleRpc("ping", "") |