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.cpp32 std::string psuPathVersion, psuPathModel; in main() local
41 action->add_option("-m,--get-model", psuPathModel, in main()
61 if (!psuPathModel.empty()) in main()
63 ret = model::getModel(bus, psuPathModel); in main()