aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-07-17 15:09:03 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-07-17 15:10:29 +0200
commit7de3f1cfd6a875bd3e7451e81ac3ab0ab69a9b6d (patch)
treeb8af80c10f1f0e2c55a390cc30b5adf992dfc023 /src/rpcnet.cpp
parentea8c288a3570131379a9365bb818028722407bb2 (diff)
downloadbitcoin-7de3f1cfd6a875bd3e7451e81ac3ab0ab69a9b6d.tar.xz
fix help message for RPC getpeerinfo
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r--src/rpcnet.cpp3
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", "")