Code

Standardize the extra-opts notes
[nagiosplug.git] / plugins / check_dig.c
index 45189b000d222ce7c4ca0a7186103bafaabaddfa..6f4d8e77f52734b986c7d14dba4fa70918bfdf7f 100644 (file)
@@ -343,12 +343,6 @@ print_help (void)
   printf (" %s\n", "check_dig -H DNSSERVER -l www.example.com -A \"+tcp\"");
   printf (" %s\n", "This will send a tcp query to DNSSERVER for www.example.com");
 
-#ifdef NP_EXTRA_OPTS
-  printf ("\n");
-  printf ("%s\n", _("Notes:"));
-  printf (UT_EXTRA_OPTS_NOTES);
-#endif
-
   printf (UT_SUPPORT);
 }