mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
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…
x
Reference in New Issue
Block a user