mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +02:00
parent
50b1e1cf6b
commit
cfbda617c8
@ -186,7 +186,7 @@ int Main(void)
|
|||||||
("color", "use VT100 color codes even when stdout is not a terminal")
|
("color", "use VT100 color codes even when stdout is not a terminal")
|
||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
("define,D", po::value<std::vector<std::string> >(), "define a constant")
|
("define,D", po::value<std::vector<std::string> >(), "define a constant")
|
||||||
("app,a", po::value<std::vector<std::string> >(), "application library name (default: icinga)")
|
("app,a", po::value<std::string>(), "application library name (default: icinga)")
|
||||||
("library,l", po::value<std::vector<std::string> >(), "load a library")
|
("library,l", po::value<std::vector<std::string> >(), "load a library")
|
||||||
("include,I", po::value<std::vector<std::string> >(), "add include search directory")
|
("include,I", po::value<std::vector<std::string> >(), "add include search directory")
|
||||||
("log-level,x", po::value<std::string>(), "specify the log level for the console log");
|
("log-level,x", po::value<std::string>(), "specify the log level for the console log");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user