Code

sfsnapshotgit: Better handling of remote refs
[nagiosplug.git] / plugins / check_overcr.c
index 5751dc053a0a305f2e0ebf5363166537468f5b15..16ada20d9667cff550ca9a7756a63d8e70d2d8e8 100644 (file)
@@ -456,10 +456,6 @@ print_help (void)
   printf ("%s\n", _("Notes:"));
   printf (" %s\n", _("For the available options, the critical threshold value should always be"));
   printf (" %s\n", _("higher than the warning threshold value, EXCEPT with the uptime variable"));
-#ifdef NP_EXTRA_OPTS
-  printf ("\n");
-  printf (UT_EXTRA_OPTS_NOTES);
-#endif
 
   printf (UT_SUPPORT);
 }
@@ -468,6 +464,6 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
        printf ("%s -H host [-p port] [-v variable] [-w warning] [-c critical] [-t timeout]\n", progname);
 }