From 11426125e86da75577a7a32f3d1b6449d969d006 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 20 Oct 2014 14:31:39 +0200 Subject: [PATCH] Add alias for --help fixes #7421 --- icinga-app/icinga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index 64e17d323..4469fbbae 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -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")