Code

Fix for regex input of '|', being output causing problems with Nagios' parsing of
[nagiosplug.git] / plugins-root / check_icmp.c
index 590bb1a65d5e0a5c915fe1284c7ff5b2fe089bba..6d8ba09980a141848e2c21d6441ec4c9aa1617ce 100644 (file)
@@ -1335,10 +1335,6 @@ print_help(void)
 /*  printf ("%s\n", _("Long options are currently unsupported."));
   printf ("%s\n", _("Options marked with * require an argument"));
 */
-#ifdef NP_EXTRA_OPTS
-  printf ("\n");
-  printf (UT_EXTRA_OPTS_NOTES);
-#endif
 
   printf (UT_SUPPORT);
 }
@@ -1348,6 +1344,6 @@ print_help(void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
   printf(" %s [options] [-H] host1 host2 hostN\n", progname);
 }