mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
88d108159d
commit
7610cc95fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue