From: Gunnar Beutner Date: Wed, 29 Oct 2014 06:51:35 +0000 (+0100) Subject: Improve formatting for --help X-Git-Tag: v2.2.0~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c7950391815bc34a767df33705aa2adf9a67f63;p=icinga2 Improve formatting for --help refs #7246 --- diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index 2fb6a9322..192c1e722 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -288,10 +288,8 @@ int Main(void) if (command) { std::cout << std::endl - << command->GetDescription(); + << command->GetDescription() << std::endl; } - - std::cout << std::endl; } if (vm.count("version")) {