mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
0c0a1887e3
commit
5209b65482
@ -194,8 +194,8 @@ INT parseArguments(INT ac, WCHAR **av, po::variables_map& vm, printInfoStruct& p
|
||||
|
||||
if (vm.count("timeout"))
|
||||
printInfo.timeout = vm["timeout"].as<INT>();
|
||||
if (vm.count("count"))
|
||||
printInfo.num = vm["count"].as<INT>();
|
||||
if (vm.count("packets"))
|
||||
printInfo.num = vm["packets"].as<INT>();
|
||||
if (vm.count("-6"))
|
||||
printInfo.ipv4 = FALSE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user