aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-02-09 09:56:22 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-02-09 09:56:37 +0100
commit0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f (patch)
tree11562ee6471cbcf1c66add2fe3c6933e027f4bb0 /src/rpcnet.cpp
parentb7f591555e83cef02f19b3c612aae0961ad741ec (diff)
parent6943cb9b4f917b4f3e74a70d525b5e3084a5ab59 (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.cpp2
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", "")