mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Merge pull request #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)
This commit is contained in:
parent
25ba3aba16
commit
723eacf454
@ -390,7 +390,7 @@ std::string HelpMessage(HelpMessageMode mode)
|
||||
// When adding new options to the categories, please keep and ensure alphabetical ordering.
|
||||
// Do not translate _(...) -help-debug options, Many technical terms, and only a very small audience, so is unnecessary stress to translators.
|
||||
string strUsage = HelpMessageGroup(_("Options:"));
|
||||
strUsage += HelpMessageOpt("-?", _("This help message"));
|
||||
strUsage += HelpMessageOpt("-?", _("Print this help message and exit"));
|
||||
strUsage += HelpMessageOpt("-version", _("Print version and exit"));
|
||||
strUsage += HelpMessageOpt("-alerts", strprintf(_("Receive and display P2P network alerts (default: %u)"), DEFAULT_ALERTS));
|
||||
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)"));
|
||||
|
Loading…
Reference in New Issue
Block a user