aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-02-09 09:56:22 +0100
committerWladimir J. van der Laan <[email protected]>2014-02-09 09:56:37 +0100
commit0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f (patch)
tree11562ee6471cbcf1c66add2fe3c6933e027f4bb0 /src/rpcnet.cpp
parentdoc: add gist link to 'reject' P2P message mention in release notes (diff)
parentsmall changes to rpc command help message strings (diff)
downloaddiscoin-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.cpp2
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", "")