fix help message for RPC getpeerinfo

This commit is contained in:
Philip Kaufmann 2014-07-17 15:09:03 +02:00
parent ea8c288a35
commit 7de3f1cfd6
1 changed files with 1 additions and 2 deletions

View File

@ -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", "")