From 7610cc95fe78318b4988daa9d92fa1b302ceacb2 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 23 Jul 2014 13:05:20 +0200 Subject: [PATCH] Update formatting for the version message refs #6783 --- lib/base/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base/application.cpp b/lib/base/application.cpp index ea963a711..03559c421 100644 --- a/lib/base/application.cpp +++ b/lib/base/application.cpp @@ -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