diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-02-09 09:56:22 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-02-09 09:56:37 +0100 |
| commit | 0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f (patch) | |
| tree | 11562ee6471cbcf1c66add2fe3c6933e027f4bb0 /src/rpcnet.cpp | |
| parent | doc: add gist link to 'reject' P2P message mention in release notes (diff) | |
| parent | small changes to rpc command help message strings (diff) | |
| download | discoin-0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f.tar.xz discoin-0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f.zip | |
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 a3b37aa9e..d9bcc3429 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", "") |