X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Finit.cpp;h=603022e1e0fdbdbb273efa3fbb589d355313f52d;hb=958fe01c327a5a758b432d768685e77304b737bc;hp=b00a6be81d3b908bae5759b6e4d2c797018fd405;hpb=e12d1317348c22368f032d2d09ea9cc2ac997a72;p=novacoin.git diff --git a/src/init.cpp b/src/init.cpp index b00a6be..603022e 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -223,7 +223,9 @@ bool AppInit2(int argc, char* argv[]) " -rpcconnect= \t " + _("Send commands to node running on (default: 127.0.0.1)") + "\n" + " -blocknotify= " + _("Execute command when the best block changes (%s in cmd is replaced by block hash)") + "\n" + " -keypool= \t " + _("Set key pool size to (default: 100)") + "\n" + - " -rescan \t " + _("Rescan the block chain for missing wallet transactions") + "\n"; + " -rescan \t " + _("Rescan the block chain for missing wallet transactions") + "\n" + + " -checkblocks= \t\t " + _("How many blocks to check at startup (default: 2500, 0 = all)") + "\n" + + " -checklevel= \t\t " + _("How thorough the block verification is (0-6, default: 1)") + "\n"; #ifdef USE_SSL strUsage += string() +