Code

Fix short help using "warn" for the -f option instead of "warning" (onredirect).
authorThomas Guyot-Sionnest <dermoth@aei.ca>
Thu, 3 Dec 2009 02:24:09 +0000 (21:24 -0500)
committerThomas Guyot-Sionnest <dermoth@aei.ca>
Thu, 3 Dec 2009 02:24:09 +0000 (21:24 -0500)
plugins/check_http.c

index b4e60041f0fc1d27cb3b1f06007720590c1f05a3..0a4b12bb9a413ead9c58d0d74a3c7159cb0eac25 100644 (file)
@@ -1420,8 +1420,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] [-b proxy_auth] [-f <ok | warn | critcal | follow | sticky | stickyport>]\n");
+  printf ("       [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L] [-a auth]\n");
+  printf ("       [-b proxy_auth] [-f <ok|warning|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");