summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33210cd)
raw | patch | inline | side by side (parent: 33210cd)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Sat, 28 Feb 2004 06:51:43 +0000 (06:51 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Sat, 28 Feb 2004 06:51:43 +0000 (06:51 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@829 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_smtp.c | patch | blob | history |
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 75cd5a8de77ab7e109fc5ac621eb8ab03405b307..09f8f143eece6f42d3d8eb60c2c5ec59ea5224a2 100644 (file)
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
-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));