diff options
| author | Philip Kaufmann <[email protected]> | 2014-01-30 14:13:30 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-01-30 14:13:30 +0100 |
| commit | 6943cb9b4f917b4f3e74a70d525b5e3084a5ab59 (patch) | |
| tree | ee087446e6097cc359501159ff5ba40d8755e751 /src/rpcnet.cpp | |
| parent | Fix build time when building from tarball (now really) (diff) | |
| download | discoin-6943cb9b4f917b4f3e74a70d525b5e3084a5ab59.tar.xz discoin-6943cb9b4f917b4f3e74a70d525b5e3084a5ab59.zip | |
small changes to rpc command help message strings
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", "") |