MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SetupHelpOptions

Function SetupHelpOptions

src/common/args.cpp:819–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819void SetupHelpOptions(ArgsManager& args)
820{
821 args.AddArg("-help", "Print this help message and exit (also -h or -?)", ArgsManager::ALLOW_ANY, OptionsCategory::OPTIONS);
822 args.AddHiddenArgs({"-h", "-?"});
823}
824
825std::string HelpMessageGroup(const std::string &message) {
826 return std::string(message) + std::string("\n\n");

Callers 7

SetupBitcoinTxArgsFunction · 0.85
SetupCliArgsFunction · 0.85
SetupBitcoinUtilArgsFunction · 0.85
SetupServerArgsFunction · 0.85
SetupWalletToolArgsFunction · 0.85
system.cppFile · 0.85
SetupBenchArgsFunction · 0.85

Calls 2

AddArgMethod · 0.80
AddHiddenArgsMethod · 0.80

Tested by

no test coverage detected