Merge pull request #4549

7de3f1c fix help message for RPC getpeerinfo (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan 2014-07-17 15:38:17 +02:00
commit c4f11ca9c3
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
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", "")