small changes to rpc command help message strings

This commit is contained in:
Philip Kaufmann
2014-01-30 14:13:30 +01:00
parent 2df5e3427c
commit 6943cb9b4f
3 changed files with 5 additions and 5 deletions

View File

@@ -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", "")