mirror of https://github.com/Icinga/icinga2.git
parent
c3ce123f3d
commit
11426125e8
|
@ -165,7 +165,7 @@ int Main(void)
|
||||||
po::options_description visibleDesc("Global options");
|
po::options_description visibleDesc("Global options");
|
||||||
|
|
||||||
visibleDesc.add_options()
|
visibleDesc.add_options()
|
||||||
("help", "show this help message")
|
("help,h", "show this help message")
|
||||||
("version,V", "show version information")
|
("version,V", "show version information")
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
("color", "use VT100 color codes even when stdout is not a terminal")
|
("color", "use VT100 color codes even when stdout is not a terminal")
|
||||||
|
|
Loading…
Reference in New Issue