Skip to content

Commit aa41bc8

Browse files
committed
Update help message to match the #4219 change
1 parent f60bb5e commit aa41bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ std::string HelpMessage(HelpMessageMode mode)
361361
if (mode == HMM_BITCOIN_QT)
362362
debugCategories += ", qt";
363363
strUsage += HelpMessageOpt("-debug=<category>", strprintf(_("Output debugging information (default: %u, supplying <category> is optional)"), 0) + ". " +
364-
_("If <category> is not supplied, output all debugging information.") + _("<category> can be:") + " " + debugCategories + ".");
364+
_("If <category> is not supplied or if <category> = 1, output all debugging information.") + _("<category> can be:") + " " + debugCategories + ".");
365365
#ifdef ENABLE_WALLET
366366
strUsage += HelpMessageOpt("-gen", strprintf(_("Generate coins (default: %u)"), 0));
367367
strUsage += HelpMessageOpt("-genproclimit=<n>", strprintf(_("Set the number of threads for coin generation if enabled (-1 = all cores, default: %d)"), 1));

0 commit comments

Comments
 (0)