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 75cd5a8..09f8f14 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
@@ -406,10 +406,12 @@ This plugin will attempt to open an SMTP connection with the host.\n\n")); | |||
406 | -n, nocommand\n\ | 406 | -n, nocommand\n\ |
407 | Suppress SMTP command\n\ | 407 | Suppress SMTP command\n\ |
408 | -C, --command=STRING\n\ | 408 | -C, --command=STRING\n\ |
409 | SMTP command (default: '%s')\n\ | 409 | SMTP command (may be used repeatedly)\n\ |
410 | -R, --command=STRING\n\ | ||
411 | Expected response to command (may be used repeatedly)\n\ | ||
410 | -f, --from=STRING\n\ | 412 | -f, --from=STRING\n\ |
411 | FROM-address to include in MAIL command, required by Exchange 2000\n\ | 413 | FROM-address to include in MAIL command, required by Exchange 2000\n"), |
412 | (default: '%s')\n"), SMTP_EXPECT, mail_command, from_arg); | 414 | SMTP_EXPECT); |
413 | 415 | ||
414 | printf (_(UT_WARN_CRIT)); | 416 | printf (_(UT_WARN_CRIT)); |
415 | 417 | ||