aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorlpescher <lukas_078@yahoo.ca>2015-05-19 22:35:11 -0600
committerlpescher <lukas_078@yahoo.ca>2015-05-19 22:35:11 -0600
commitaa41bc84b1f11d5afc968376a038d849321a06d2 (patch)
treeb024d2d8e853348b08788971f699235906573f4c /src/init.cpp
parentf60bb5ee6dd5df93683f4966e46b649296ba9fe1 (diff)
downloadbitcoin-aa41bc84b1f11d5afc968376a038d849321a06d2.tar.xz
Update help message to match the #4219 change
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 490ed6f54c..7e9230a228 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -361,7 +361,7 @@ std::string HelpMessage(HelpMessageMode mode)
if (mode == HMM_BITCOIN_QT)
debugCategories += ", qt";
strUsage += HelpMessageOpt("-debug=<category>", strprintf(_("Output debugging information (default: %u, supplying <category> is optional)"), 0) + ". " +
- _("If <category> is not supplied, output all debugging information.") + _("<category> can be:") + " " + debugCategories + ".");
+ _("If <category> is not supplied or if <category> = 1, output all debugging information.") + _("<category> can be:") + " " + debugCategories + ".");
#ifdef ENABLE_WALLET
strUsage += HelpMessageOpt("-gen", strprintf(_("Generate coins (default: %u)"), 0));
strUsage += HelpMessageOpt("-genproclimit=<n>", strprintf(_("Set the number of threads for coin generation if enabled (-1 = all cores, default: %d)"), 1));