]> granicus.if.org Git - icinga2/commitdiff
Add alias for --help
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 20 Oct 2014 12:31:39 +0000 (14:31 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 20 Oct 2014 12:31:39 +0000 (14:31 +0200)
fixes #7421

icinga-app/icinga.cpp

index 64e17d323ffdad56a35930846b62ea9944a0503c..4469fbbae9ddc6e5559d073c03ae588691089d62 100644 (file)
@@ -165,7 +165,7 @@ int Main(void)
        po::options_description visibleDesc("Global options");
 
        visibleDesc.add_options()
-               ("help", "show this help message")
+               ("help,h", "show this help message")
                ("version,V", "show version information")
 #ifndef _WIN32
                ("color", "use VT100 color codes even when stdout is not a terminal")