mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 08:16:16 -04:00
parent
8cf5b33e70
commit
1c79503918
1 changed files with 1 additions and 3 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue