From 1c7950391815bc34a767df33705aa2adf9a67f63 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 29 Oct 2014 07:51:35 +0100 Subject: [PATCH] Improve formatting for --help refs #7246 --- icinga-app/icinga.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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")) { -- 2.40.0