mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue