Code

Standardize the extra-opts notes
[nagiosplug.git] / plugins / check_fping.c
index 4e6533fa359e537f6be0076b7ba6b4bef69d609c..d2c945dd3138008e12f3c7f4d235a2eb9fb3077c 100644 (file)
@@ -422,12 +422,6 @@ print_help (void)
   printf (" %s\n", _("which triggers a WARNING or CRITICAL state, and <pl> is the percentage of"));
   printf (" %s\n", _("packet loss to trigger an alarm state."));
 
-#ifdef NP_EXTRA_OPTS
-  printf ("\n");
-  printf ("%s\n", _("Notes:"));
-  printf (UT_EXTRA_OPTS_NOTES);
-#endif
-
   printf (UT_SUPPORT);
 }