Merge pull request #7002 from Icinga/bugfix/check_network-percent-6155

check_network -h: drop non-existent feature
This commit is contained in:
Michael Friedrich 2019-03-19 09:27:55 +01:00 committed by GitHub
commit fd6c9c3fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -103,11 +103,6 @@ static int parseArguments(int ac, WCHAR **av, po::variables_map& vm, printInfoSt
L"warn is VALUE is inside the range spanned by THR1 and THR2\n\n" L"warn is VALUE is inside the range spanned by THR1 and THR2\n\n"
L"-w ![THR1-THR2]\n" L"-w ![THR1-THR2]\n"
L"warn if VALUE is outside the range spanned by THR1 and THR2\n\n" L"warn if VALUE is outside the range spanned by THR1 and THR2\n\n"
L"-w THRESHOLD%%\n"
L"if the plugin accepts percentage based thresholds those will be used.\n"
L"Does nothing if the plugin does not accept percentages, or only uses\n"
L"percentage thresholds. Ranges can be used with \"%%\", but both range values need\n"
L"to end with a percentage sign.\n\n"
L"All of these options work with the critical threshold \"-c\" too." L"All of these options work with the critical threshold \"-c\" too."
, progName); , progName);
std::cout << '\n'; std::cout << '\n';