Home
last modified time | relevance | path

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

/openbmc/phosphor-power/tools/power-utils/
H A Dmain.cpp31 std::string psuPathVersion, psuPathModel; in main() local
40 action->add_option("-m,--get-model", psuPathModel, in main()
60 if (!psuPathModel.empty()) in main()
62 ret = model::getModel(bus, psuPathModel); in main()