diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-12-03 02:24:09 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-12-03 02:24:09 (GMT) |
commit | 88b9e75deec6f84efe1260a6df57f3f79ba04edf (patch) | |
tree | fba73e3ccb641fc03b909dd9cea1c00105349ef6 | |
parent | 4b2265d20c8651046b5e8b65000d93bbbbb481f3 (diff) | |
download | monitoring-plugins-88b9e75deec6f84efe1260a6df57f3f79ba04edf.tar.gz |
Fix short help using "warn" for the -f option instead of "warning" (onredirect).
-rw-r--r-- | plugins/check_http.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index b4e6004..0a4b12b 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
@@ -1420,8 +1420,8 @@ print_usage (void) | |||
1420 | { | 1420 | { |
1421 | printf (_("Usage:")); | 1421 | printf (_("Usage:")); |
1422 | printf (" %s -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]\n",progname); | 1422 | printf (" %s -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]\n",progname); |
1423 | printf (" [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n"); | 1423 | printf (" [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L] [-a auth]\n"); |
1424 | printf (" [-a auth] [-b proxy_auth] [-f <ok | warn | critcal | follow | sticky | stickyport>]\n"); | 1424 | printf (" [-b proxy_auth] [-f <ok|warning|critcal|follow|sticky|stickyport>]\n"); |
1425 | printf (" [-e <expect>] [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n"); | 1425 | printf (" [-e <expect>] [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n"); |
1426 | printf (" [-P string] [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>]\n"); | 1426 | printf (" [-P string] [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>]\n"); |
1427 | printf (" [-A string] [-k string] [-S] [-C <age>] [-T <content-type>] [-j method]\n"); | 1427 | printf (" [-A string] [-k string] [-S] [-C <age>] [-T <content-type>] [-j method]\n"); |