mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-19 20:20:00 +01:00
Change default help arg to -help and mention -h and -? as alternatives
% build/src/bench/bench_bitcoin -h
[...]
-help
Print this help message and exit (also -h or -?)
This commit is contained in:
@@ -688,8 +688,8 @@ bool HelpRequested(const ArgsManager& args)
|
||||
|
||||
void SetupHelpOptions(ArgsManager& args)
|
||||
{
|
||||
args.AddArg("-?", "Print this help message and exit", ArgsManager::ALLOW_ANY, OptionsCategory::OPTIONS);
|
||||
args.AddHiddenArgs({"-h", "-help"});
|
||||
args.AddArg("-help", "Print this help message and exit (also -h or -?)", ArgsManager::ALLOW_ANY, OptionsCategory::OPTIONS);
|
||||
args.AddHiddenArgs({"-h", "-?"});
|
||||
}
|
||||
|
||||
static const int screenWidth = 79;
|
||||
|
||||
Reference in New Issue
Block a user