summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-01-07 11:36:08 +0100
committerGitHub <noreply@github.com>2025-01-07 11:36:08 +0100
commite23325f7c3b34d8950cf27e9ab23af362d0b341b (patch)
treea90ce1e2f9916093bc82bf0cede4fd5b85b83f5e /plugins
parenta8ac865e67cdd88657ac6ece4524c09360dd824e (diff)
parent558aca48ed764c46fce74c53312ce0d445ee3953 (diff)
downloadmonitoring-plugins-e23325f7c3b34d8950cf27e9ab23af362d0b341b.tar.gz
Merge pull request #2056 from monitoring-plugins/fix_check_http_state_regexHEADmaster
check_http: fix documentation for --state-regex
Diffstat (limited to 'plugins')
-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");