Code

Standardize the extra-opts notes
[nagiosplug.git] / plugins / check_ssh.c
index 9a1934383111ff5b5b738d82bb7731b8af546dc6..b9b8a2d3eeb4898be031fc41f57d0c9f70d814b2 100644 (file)
@@ -291,12 +291,6 @@ print_help (void)
 
        printf (UT_VERBOSE);
 
-#ifdef NP_EXTRA_OPTS
-       printf ("\n");
-       printf ("%s\n", _("Notes:"));
-       printf (UT_EXTRA_OPTS_NOTES);
-#endif
-
        printf (UT_SUPPORT);
 }