Code

Standardize the extra-opts notes
[nagiosplug.git] / plugins / check_dns.c
index a921429859dd8320d9d292575a01e0a8f299a12e..43167122e11430b24cc07c4d5fdfd4827e921d2a 100644 (file)
@@ -476,12 +476,6 @@ print_help (void)
 
   printf (UT_TIMEOUT, DEFAULT_SOCKET_TIMEOUT);
 
-#ifdef NP_EXTRA_OPTS
-  printf ("\n");
-  printf ("%s\n", _("Notes:"));
-  printf (UT_EXTRA_OPTS_NOTES);
-#endif
-
   printf (UT_SUPPORT);
 }