From 35de25939f581f72788f588cc484b4ac5979943f Mon Sep 17 00:00:00 2001 From: Lucie Dubrunfaut Date: Wed, 11 Dec 2024 11:23:50 +0100 Subject: [PATCH] fix(http-protocol): wrong help message --- src/apps/protocols/http/mode/jsoncontent.pm | 2 +- src/apps/protocols/http/mode/soapcontent.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/protocols/http/mode/jsoncontent.pm b/src/apps/protocols/http/mode/jsoncontent.pm index d57d8b3183..c9c786d1fc 100644 --- a/src/apps/protocols/http/mode/jsoncontent.pm +++ b/src/apps/protocols/http/mode/jsoncontent.pm @@ -459,7 +459,7 @@ Critical threshold (default: on total matching elements) =item B<--threshold-value> Define the scope to which the numeric thresholds apply. -Possible values for this option: 'value' to check numeric values, 'count' to check the number of values (default: count). +Possible values for this option: 'values' to check numeric values, 'count' to check the number of values (default: count). =item B<--warning-string> diff --git a/src/apps/protocols/http/mode/soapcontent.pm b/src/apps/protocols/http/mode/soapcontent.pm index 8431335677..eb1788990d 100644 --- a/src/apps/protocols/http/mode/soapcontent.pm +++ b/src/apps/protocols/http/mode/soapcontent.pm @@ -384,7 +384,7 @@ Critical threshold (default: on total matching elements) =item B<--threshold-value> Define the scope to which the numeric thresholds apply. -Possible values for this option: 'value' to check numeric values, 'count' to check the number of values (default: count). +Possible values for this option: 'values' to check numeric values, 'count' to check the number of values (default: count). =item B<--warning-string>