aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/check_smtp.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 75cd5a8d..09f8f143 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"));
-n, nocommand\n\
Suppress SMTP command\n\
-C, --command=STRING\n\
- SMTP command (default: '%s')\n\
+ SMTP command (may be used repeatedly)\n\
+ -R, --command=STRING\n\
+ Expected response to command (may be used repeatedly)\n\
-f, --from=STRING\n\
- FROM-address to include in MAIL command, required by Exchange 2000\n\
- (default: '%s')\n"), SMTP_EXPECT, mail_command, from_arg);
+ FROM-address to include in MAIL command, required by Exchange 2000\n"),
+ SMTP_EXPECT);
printf (_(UT_WARN_CRIT));