You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strUsage += HelpMessageOpt("-minrelaytxfee=<amt>", strprintf(_("Fees (in BTDX/Kb) smaller than this are considered zero fee for relaying (default: %s)"), FormatMoney(::minRelayTxFee.GetFeePerK())));
434
434
strUsage += HelpMessageOpt("-printtoconsole", strprintf(_("Send trace/debug info to console instead of debug.log file (default: %u)"), 0));
435
-
strUsage += HelpMessageOpt("-killdebug", strprintf(_("Stop any writing in debug.log (default: %u)"), 0));
435
+
strUsage += HelpMessageOpt("-killdebug", strprintf(_("Stop any writing in the file debug.log (default: %u)"), 0));
436
436
if (GetBoolArg("-help-debug", false)) {
437
437
strUsage += HelpMessageOpt("-printpriority", strprintf(_("Log transaction priority and fee per kB when mining blocks (default: %u)"), 0));
438
438
strUsage += HelpMessageOpt("-privdb", strprintf(_("Sets the DB_PRIVATE flag in the wallet db environment (default: %u)"), 1));
439
439
strUsage += HelpMessageOpt("-regtest", _("Enter regression test mode, which uses a special chain in which blocks can be solved instantly.") + "" +
440
-
_("This is intended for regression testing tools and app developmenFprintt.") + "" +
440
+
_("This is intended for regression testing tools and app development.") + "" +
441
441
_("In this mode -genproclimit controls how many blocks are generated immediately."));
442
442
}
443
443
strUsage += HelpMessageOpt("-shrinkdebugfile", _("Shrink debug.log file on client startup (default: 1 when no -debug)"));
0 commit comments