Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp845 std::string idPEL; in main() local
863 app.add_option("-i, --id", idPEL, "Display a PEL based on its ID"); in main()
907 else if (!idPEL.empty()) in main()
909 callFunctionOnPEL(idPEL, displayPEL, false, hexDump, archive); in main()