diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-03-21 02:56:35 -0400 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-03-21 02:56:35 -0400 |
commit | 8aa84840bb9b880ca1b2060e25ec6a1f3ee90ba1 (patch) | |
tree | c67c0dda278dc139075d7d5d894166dcddaa9979 | |
parent | 795277d9b1bf7c6d7539b4f1aac3815e6b66efe7 (diff) | |
download | monitoring-plugins-8aa84840bb9b880ca1b2060e25ec6a1f3ee90ba1.tar.gz |
Update check_http short help with new stycky and stickyport options.
-rw-r--r-- | plugins/check_http.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index c8ae67f8..03102033 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -1407,8 +1407,8 @@ print_usage (void) printf (_("Usage:")); printf (" %s -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]\n",progname); printf (" [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n"); - printf (" [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n"); - printf (" [-s string] [-l] [-r <regex> | -R <case-insensitive regex>] [-P string]\n"); - printf (" [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>] [-A string]\n"); - printf (" [-k string] [-S] [-C <age>] [-T <content-type>] [-j method]\n"); + printf (" [-a auth] [-f <ok | warn | critcal | follow | sticky | stickyport>]\n"); + printf (" [-e <expect>] [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n"); + printf (" [-P string] [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>]\n"); + printf (" [-A string] [-k string] [-S] [-C <age>] [-T <content-type>] [-j method]\n"); } |