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