]> granicus.if.org Git - icinga2/commitdiff
Improve formatting for --help
authorGunnar Beutner <gunnar@beutner.name>
Wed, 29 Oct 2014 06:51:35 +0000 (07:51 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 29 Oct 2014 06:51:35 +0000 (07:51 +0100)
refs #7246

icinga-app/icinga.cpp

index 2fb6a9322c61355048218689ebd69daf0281effd..192c1e722b0621ad39cc5d1e0eac074818063554 100644 (file)
@@ -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")) {