diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-29 13:26:37 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-29 13:30:42 +0100 |
commit | b2ce2c1f0fb12af82f3ff9f20c66492b9263fa10 (patch) | |
tree | 6c5e35f1587f438d2f0af1e9f5bb58d3100dee29 /src/rpcnet.cpp | |
parent | 26752767df451f710e1ad592bc80e8ab89116735 (diff) | |
parent | 040c0ea0935ffa0a23972250c23cd0d7b6b1b702 (diff) |
Merge pull request #6870
040c0ea Init: Cleanup error and warning strings (MarcoFalke)
6782f58 [trivial] Latest config.guess (MarcoFalke)
bf68191 [trivial] rpcnet: fix typo (MarcoFalke)
95f4291 [trivial] Rewrite help text for feature enabled by default (MarcoFalke)
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r-- | src/rpcnet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 6b4815ebd8..9bf017e385 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -29,7 +29,7 @@ UniValue getconnectioncount(const UniValue& params, bool fHelp) throw runtime_error( "getconnectioncount\n" "\nReturns the number of connections to other nodes.\n" - "\nbResult:\n" + "\nResult:\n" "n (numeric) The connection count\n" "\nExamples:\n" + HelpExampleCli("getconnectioncount", "") @@ -83,7 +83,7 @@ UniValue getpeerinfo(const UniValue& params, bool fHelp) throw runtime_error( "getpeerinfo\n" "\nReturns data about each connected network node as a json array of objects.\n" - "\nbResult:\n" + "\nResult:\n" "[\n" " {\n" " \"id\": n, (numeric) Peer index\n" |