diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-02-09 09:56:22 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-02-09 09:56:37 +0100 |
commit | 0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f (patch) | |
tree | 11562ee6471cbcf1c66add2fe3c6933e027f4bb0 /src/rpcnet.cpp | |
parent | b7f591555e83cef02f19b3c612aae0961ad741ec (diff) | |
parent | 6943cb9b4f917b4f3e74a70d525b5e3084a5ab59 (diff) |
Merge pull request #3606
6943cb9 small changes to rpc command help message strings (Philip Kaufmann)
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", "") |