Update formatting for the version message

refs #6783
This commit is contained in:
Gunnar Beutner 2014-07-23 13:05:20 +02:00
parent 88d108159d
commit 7610cc95fe
1 changed files with 1 additions and 1 deletions

View 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