diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-01-07 11:36:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 11:36:08 +0100 |
commit | e23325f7c3b34d8950cf27e9ab23af362d0b341b (patch) | |
tree | a90ce1e2f9916093bc82bf0cede4fd5b85b83f5e /plugins | |
parent | a8ac865e67cdd88657ac6ece4524c09360dd824e (diff) | |
parent | 558aca48ed764c46fce74c53312ce0d445ee3953 (diff) | |
download | monitoring-plugins-e23325f7c3b34d8950cf27e9ab23af362d0b341b.tar.gz |
check_http: fix documentation for --state-regex
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_http.c | 2 |
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"); |