Searched refs:strHelp (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-fan-presence/control/ |
H A D | fanctl.cpp | 881 std::string strHelp("Prints fan target/tach readings, present/functional " in initCLI() local 884 auto cmdStatus = commands->add_subcommand("status", strHelp); in initCLI() 885 cmdStatus->set_help_flag("-h, --help", strHelp); in initCLI() 889 strHelp = "Get the current fan target and feedback speeds for all rotors"; in initCLI() 890 auto cmdGet = commands->add_subcommand("get", strHelp); in initCLI() 891 cmdGet->set_help_flag("-h, --help", strHelp); in initCLI() 895 strHelp = "Set target (all rotors) for one-or-more fans"; in initCLI() 896 auto cmdSet = commands->add_subcommand("set", strHelp); in initCLI() 897 strHelp = R"(set <TARGET> [TARGET SENSOR(S)] in initCLI() 902 cmdSet->set_help_flag("-h, --help", strHelp); in initCLI() [all …]
|