Code

Add missing options to the usage output.
authorHolger Weiss <hweiss@users.sourceforge.net>
Sun, 13 May 2007 20:02:08 +0000 (20:02 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Sun, 13 May 2007 20:02:08 +0000 (20:02 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1713 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_http.c

index de00e029b7d83427006674210537ab84eebcd5fa..6d13010664c0e5bfd0cf70e901d0e0526df7e0ae 100644 (file)
@@ -1349,5 +1349,6 @@ print_usage (void)
   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] [-k 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>]\n");
 }