Skip to content

Commit 723eacf

Browse files
laanwjcodablock
authored andcommitted
Merge pull request bitcoin#7290
fa461df Clarify mocktime help message (MarcoFalke) faa572a [init] Help Msg: Use Params(CBaseChainParams::MAIN) (MarcoFalke) fa6ab96 [init] Add missing help for args (MarcoFalke) fac11ea [init] Fix error message of maxtxfee invalid amount (MarcoFalke)
1 parent 25ba3ab commit 723eacf

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
@@ -390,7 +390,7 @@ std::string HelpMessage(HelpMessageMode mode)
390390
// When adding new options to the categories, please keep and ensure alphabetical ordering.
391391
// Do not translate _(...) -help-debug options, Many technical terms, and only a very small audience, so is unnecessary stress to translators.
392392
string strUsage = HelpMessageGroup(_("Options:"));
393-
strUsage += HelpMessageOpt("-?", _("This help message"));
393+
strUsage += HelpMessageOpt("-?", _("Print this help message and exit"));
394394
strUsage += HelpMessageOpt("-version", _("Print version and exit"));
395395
strUsage += HelpMessageOpt("-alerts", strprintf(_("Receive and display P2P network alerts (default: %u)"), DEFAULT_ALERTS));
396396
strUsage += HelpMessageOpt("-alertnotify=<cmd>", _("Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)"));

0 commit comments

Comments
 (0)