Code

Make check_http use standard threshold functions
[nagiosplug.git] / plugins / check_dns.c
index a921429859dd8320d9d292575a01e0a8f299a12e..73b560ca665af001e16e211c1fec87cf5cda4548 100644 (file)
@@ -476,12 +476,6 @@ print_help (void)
 
   printf (UT_TIMEOUT, DEFAULT_SOCKET_TIMEOUT);
 
-#ifdef NP_EXTRA_OPTS
-  printf ("\n");
-  printf ("%s\n", _("Notes:"));
-  printf (UT_EXTRA_OPTS_NOTES);
-#endif
-
   printf (UT_SUPPORT);
 }
 
@@ -489,6 +483,6 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
   printf ("%s -H host [-s server] [-a expected-address] [-A] [-t timeout] [-w warn] [-c crit]\n", progname);
 }