diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index 2365cb4be..f09df27a1 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -193,7 +193,9 @@ int Main(void) ("app,a", po::value(), "application library name (default: icinga)") ("library,l", po::value >(), "load a library") ("include,I", po::value >(), "add include search directory") - ("log-level,x", po::value(), "specify the log level for the console log"); + ("log-level,x", po::value() + , "specify the log level for the console log.\n" + "The valid value is either debug, notice, information (default), warning, or critical"); po::options_description hiddenDesc("Hidden options");