mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
small changes to rpc command help message strings
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user