Code

Add perfdata to check_ssh (#3244097 - Marco Beck)
[nagiosplug.git] / plugins / check_hpjd.c
index e4e8e6e514c071ddc65c6974e9115de52f0d2e33..51a0099ac281e9272a0e079dd96df0974af56b89 100644 (file)
@@ -403,12 +403,6 @@ print_help (void)
        printf (_("(default=%s)"), DEFAULT_COMMUNITY);
        printf ("\n");
 
-#ifdef NP_EXTRA_OPTS
-       printf ("\n");
-       printf ("%s\n", _("Notes:"));
-       printf (UT_EXTRA_OPTS_NOTES);
-#endif
-
        printf (UT_SUPPORT);
 }
 
@@ -417,6 +411,6 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
        printf ("%s -H host [-C community]\n", progname);
 }