diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | plugins/check_http.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -58,6 +58,7 @@ NP-VERSION-FILE | |||
58 | /gl/charset.alias | 58 | /gl/charset.alias |
59 | /gl/configmake.h | 59 | /gl/configmake.h |
60 | /gl/errno.h | 60 | /gl/errno.h |
61 | /gl/error.h | ||
61 | /gl/fcntl.h | 62 | /gl/fcntl.h |
62 | /gl/float.h | 63 | /gl/float.h |
63 | /gl/getopt.h | 64 | /gl/getopt.h |
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"); |