Code

Standardize the extra-opts notes
[nagiosplug.git] / plugins / check_time.c
index 7816b238c72427abf9924af895e2eb32d92dd33a..9e81d9eedc1ef52098e6a123062a29afa21c9ae5 100644 (file)
@@ -360,12 +360,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);
 }