Code

check_snmp: Remove that is_numeric madness
[nagiosplug.git] / plugins / check_users.c
index dc661d89f69ba4a393b101e91337d3c21503caff..8368612ad8be32c2ea4757b294b05ad3f9083156 100644 (file)
@@ -219,12 +219,6 @@ print_help (void)
   printf (" %s\n", "-c, --critical=INTEGER");
   printf ("    %s\n", _("Set CRITICAL status if more than INTEGER users are logged in"));
 
-#ifdef NP_EXTRA_OPTS
-  printf ("\n");
-  printf ("%s\n", _("Notes:"));
-  printf (UT_EXTRA_OPTS_NOTES);
-#endif
-
        printf (UT_SUPPORT);
 }
 
@@ -232,6 +226,6 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
        printf ("%s -w <users> -c <users>\n", progname);
 }