Code

Standardize the extra-opts notes
[nagiosplug.git] / plugins / check_ide_smart.c
index 3811dc12059739c7b3b8516c2e24ac6b29de2bb8..b0517395bd7575c21982f1bc38433eec112bfcce 100644 (file)
@@ -506,12 +506,6 @@ print_help (void)
   printf (" %s\n", "-n, --nagios");
   printf ("    %s\n", _("Output suitable for Nagios"));
 
-#ifdef NP_EXTRA_OPTS
-  printf ("\n");
-  printf ("%s\n", _("Notes:"));
-  printf (UT_EXTRA_OPTS_NOTES);
-#endif
-
   printf (UT_SUPPORT);
 }