Home
last modified time | relevance | path

Searched refs:strHelp (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp684 cmdStatus->set_help_flag("-h, --help", strHelp); in initCLI()
689 auto cmdGet = commands->add_subcommand("get", strHelp); in initCLI()
690 cmdGet->set_help_flag("-h, --help", strHelp); in initCLI()
694 strHelp = "Set target (all rotors) for one-or-more fans"; in initCLI()
695 auto cmdSet = commands->add_subcommand("set", strHelp); in initCLI()
696 strHelp = R"(set <TARGET> [TARGET SENSOR(S)] in initCLI()
701 cmdSet->set_help_flag("-h, --help", strHelp); in initCLI()
709 strHelp = "Reload phosphor-fan configuration files"; in initCLI()
711 cmdReload->set_help_flag("-h, --help", strHelp); in initCLI()
715 strHelp = "Resume running phosphor-fan-control"; in initCLI()
[all …]