Code

Added option to invert search results
[nagiosplug.git] / plugins / check_swap.c
index a1356cfac3e5030971cc54b63af43ffadb6aeca5..ce1f6022900590028464323742142a4a243da732 100644 (file)
@@ -546,11 +546,6 @@ print_help (void)
        printf ("\n");
   printf ("%s\n", _("Notes:"));
   printf (" %s\n", _("On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s."));
-#ifdef NP_EXTRA_OPTS
-  printf ("\n");
-  printf (UT_EXTRA_OPTS_NOTES);
-#endif
-
 
        printf (UT_SUPPORT);
 }
@@ -560,7 +555,7 @@ print_help (void)
 void
 print_usage (void)
 {
-       printf (_("Usage:"));
+       printf ("%s\n", _("Usage:"));
   printf ("%s [-av] -w <percent_free>%% -c <percent_free>%%\n",progname);
   printf ("%s [-av] -w <bytes_free> -c <bytes_free>\n", progname);
 }