mirror of https://github.com/Icinga/icinga2.git
parent
8cf5b33e70
commit
1c79503918
|
@ -288,10 +288,8 @@ int Main(void)
|
||||||
|
|
||||||
if (command) {
|
if (command) {
|
||||||
std::cout << std::endl
|
std::cout << std::endl
|
||||||
<< command->GetDescription();
|
<< command->GetDescription() << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (vm.count("version")) {
|
if (vm.count("version")) {
|
||||||
|
|
Loading…
Reference in New Issue