Home
last modified time | relevance | path

Searched refs:psuPathVersion (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
38 action->add_option("-g,--get-version", psuPathVersion, in main()
56 if (!psuPathVersion.empty()) in main()
58 ret = version::getVersion(bus, psuPathVersion); in main()