]> granicus.if.org Git - icinga2/commitdiff
check_network -h: drop non-existent feature 7002/head
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Fri, 8 Mar 2019 15:55:06 +0000 (16:55 +0100)
committerAlexander A. Klimov <alexander.klimov@icinga.com>
Fri, 8 Mar 2019 15:55:06 +0000 (16:55 +0100)
refs #6155

plugins/check_network.cpp

index db0bb197052a5d4e7738cd59971a89ba6717ce6c..96b8698c08843b949a527068d74b7bdc84d21c3f 100644 (file)
@@ -120,11 +120,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"-w ![THR1-THR2]\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."
                        , progName);
                std::cout << '\n';