diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-17 15:38:17 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-17 15:38:25 +0200 |
commit | c4f11ca9c32a90c57bd26eb38e5a264a95baba41 (patch) | |
tree | b8af80c10f1f0e2c55a390cc30b5adf992dfc023 | |
parent | ea8c288a3570131379a9365bb818028722407bb2 (diff) | |
parent | 7de3f1cfd6a875bd3e7451e81ac3ab0ab69a9b6d (diff) |
Merge pull request #4549
7de3f1c fix help message for RPC getpeerinfo (Philip Kaufmann)
-rw-r--r-- | src/rpcnet.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index bd3609b0c9..88e7c4ab07 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -98,8 +98,7 @@ Value getpeerinfo(const Array& params, bool fHelp) " \"syncnode\" : true|false (booleamn) if sync node\n" " }\n" " ,...\n" - "}\n" - + "]\n" "\nExamples:\n" + HelpExampleCli("getpeerinfo", "") + HelpExampleRpc("getpeerinfo", "") |