Home
last modified time | relevance | path

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

/openbmc/phosphor-led-sysfs/
H A Dargument.hpp54 static inline const char* const optionstr = "p:?h"; member in phosphor::led::ArgumentParser
H A Dargument.cpp33 (option = getopt_long(argc, argv, optionstr, &options[0], nullptr))) in ArgumentParser()