X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Finit.cpp;h=647bf4447de28d154c672658e598ab07d63e7ea7;hb=4538e45c46d3829a21aed7685e6fbac7e8aafad3;hp=a5db20b908f113d1f1183f7bf03cec701fbf5f0c;hpb=100da7367767e7fa360f48f07b7a20e9374fda84;p=novacoin.git diff --git a/src/init.cpp b/src/init.cpp index a5db20b..647bf44 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -222,7 +222,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() +