diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-07-17 15:09:03 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-07-17 15:10:29 +0200 |
commit | 7de3f1cfd6a875bd3e7451e81ac3ab0ab69a9b6d (patch) | |
tree | b8af80c10f1f0e2c55a390cc30b5adf992dfc023 /src/rpcnet.cpp | |
parent | ea8c288a3570131379a9365bb818028722407bb2 (diff) |
fix help message for RPC getpeerinfo
Diffstat (limited to 'src/rpcnet.cpp')
-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", "") |