summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-12-27 15:32:24 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2024-12-27 15:32:24 +0100
commite445a386f8ad1166b05fcdfdb5b9cde4622a8632 (patch)
treee627f6d7f5a75274139dc186fe750441d5e2da24
parente7dbfd42231754b0258f2f92088caba7de3ee9d8 (diff)
downloadmonitoring-plugins-fix_check_http_state_regex.tar.gz
check_http: fix documentation for --state-regexfix_check_http_state_regex
-rw-r--r--plugins/check_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index 97c0e39a..baff682a 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -1805,7 +1805,7 @@ print_help (void)
1805 printf (" %s\n", "--invert-regex"); 1805 printf (" %s\n", "--invert-regex");
1806 printf (" %s\n", _("Return STATE if found, OK if not (STATE is CRITICAL, per default)")); 1806 printf (" %s\n", _("Return STATE if found, OK if not (STATE is CRITICAL, per default)"));
1807 printf (" %s\n", _("can be changed with --state--regex)")); 1807 printf (" %s\n", _("can be changed with --state--regex)"));
1808 printf (" %s\n", "--regex-state=STATE"); 1808 printf (" %s\n", "--state-regex=STATE");
1809 printf (" %s\n", _("Return STATE if regex is found, OK if not\n")); 1809 printf (" %s\n", _("Return STATE if regex is found, OK if not\n"));
1810 1810
1811 printf (" %s\n", "-a, --authorization=AUTH_PAIR"); 1811 printf (" %s\n", "-a, --authorization=AUTH_PAIR");