Searched defs:HELP_MSG_NO_OPTION (Results 1 – 2 of 2) sorted by relevance
29 constexpr char HELP_MSG_NO_OPTION[] = "error: you must specify an option at least.\n"; variable
33 static const std::string HELP_MSG_NO_OPTION = "error: you must specify an option at least.\n"; variable