diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 2a60cf0..58367a3 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
@@ -809,7 +809,7 @@ print_help (void) | |||
809 | printf (_(" String to expect in first line of server response (default: '%s')\n"), SMTP_EXPECT); | 809 | printf (_(" String to expect in first line of server response (default: '%s')\n"), SMTP_EXPECT); |
810 | printf (" %s\n", "-C, --command=STRING"); | 810 | printf (" %s\n", "-C, --command=STRING"); |
811 | printf (" %s\n", _("SMTP command (may be used repeatedly)")); | 811 | printf (" %s\n", _("SMTP command (may be used repeatedly)")); |
812 | printf (" %s\n", "-R, --command=STRING"); | 812 | printf (" %s\n", "-R, --response=STRING"); |
813 | printf (" %s\n", _("Expected response to command (may be used repeatedly)")); | 813 | printf (" %s\n", _("Expected response to command (may be used repeatedly)")); |
814 | printf (" %s\n", "-f, --from=STRING"); | 814 | printf (" %s\n", "-f, --from=STRING"); |
815 | printf (" %s\n", _("FROM-address to include in MAIL command, required by Exchange 2000")), | 815 | printf (" %s\n", _("FROM-address to include in MAIL command, required by Exchange 2000")), |
@@ -852,7 +852,7 @@ void | |||
852 | print_usage (void) | 852 | print_usage (void) |
853 | { | 853 | { |
854 | printf ("%s\n", _("Usage:")); | 854 | printf ("%s\n", _("Usage:")); |
855 | printf ("%s -H host [-p port] [-4|-6] [-e expect] [-C command] [-f from addr]", progname); | 855 | printf ("%s -H host [-p port] [-4|-6] [-e expect] [-C command] [-R response] [-f from addr]\n", progname); |
856 | printf ("[-A authtype -U authuser -P authpass] [-w warn] [-c crit] [-t timeout] [-q]\n"); | 856 | printf ("[-A authtype -U authuser -P authpass] [-w warn] [-c crit] [-t timeout] [-q]\n"); |
857 | printf ("[-F fqdn] [-S] [-D warn days cert expire[,crit days cert expire]] [-v] \n"); | 857 | printf ("[-F fqdn] [-S] [-D warn days cert expire[,crit days cert expire]] [-v] \n"); |
858 | } | 858 | } |