aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-02-09 09:56:22 +0100
committerWladimir J. van der Laan <[email protected]>2014-02-09 09:56:37 +0100
commit0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f (patch)
tree11562ee6471cbcf1c66add2fe3c6933e027f4bb0 /src/rpcblockchain.cpp
parentdoc: add gist link to 'reject' P2P message mention in release notes (diff)
parentsmall changes to rpc command help message strings (diff)
downloaddiscoin-0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f.tar.xz
discoin-0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f.zip
Merge pull request #3606
6943cb9 small changes to rpc command help message strings (Philip Kaufmann)
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r--src/rpcblockchain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp
index 661deffb1..78a92ce1e 100644
--- a/src/rpcblockchain.cpp
+++ b/src/rpcblockchain.cpp
@@ -410,8 +410,8 @@ Value verifychain(const Array& params, bool fHelp)
"verifychain ( checklevel numblocks )\n"
"\nVerifies blockchain database.\n"
"\nArguments:\n"
- "1. checklevel (numeric, optional, default=3) The level\n"
- "2. numblocks (numeric, optional, 288) The number of blocks\n"
+ "1. checklevel (numeric, optional, 0-4, default=3) How thorough the block verification is.\n"
+ "2. numblocks (numeric, optional, default=288, 0=all) The number of blocks to check.\n"
"\nResult:\n"
"true|false (boolean) Verified or not\n"
"\nExamples:\n"