]> granicus.if.org Git - icinga2/commitdiff
Update formatting for the version message
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 23 Jul 2014 11:05:20 +0000 (13:05 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 23 Jul 2014 11:06:00 +0000 (13:06 +0200)
refs #6783

lib/base/application.cpp

index ea963a71172656ebe24dd13efcdcccc7a3c49f82..03559c42166f50e33fabb027edb35f38829f2bc1 100644 (file)
@@ -458,7 +458,7 @@ void Application::DisplayInfoMessage(bool skipVersion)
        std::cerr << "Application information:" << std::endl;
 
        if (!skipVersion)
-               std::cerr << "* Application version: " << GetVersion() << std::endl;
+               std::cerr << "  Application version: " << GetVersion() << std::endl;
 
        std::cerr << "  Installation root: " << GetPrefixDir() << std::endl
                  << "  Sysconf directory: " << GetSysconfDir() << std::endl