diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-28 06:51:43 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-28 06:51:43 +0000 |
commit | aa868284a50d31c37c17052e9f3a5383465143e3 (patch) | |
tree | d7102b61bc91e0070b552f5a40192b77166f5f88 /plugins | |
parent | 33210cdf40879cf26b891239c1998c06d359fb76 (diff) | |
download | monitoring-plugins-aa868284a50d31c37c17052e9f3a5383465143e3.tar.gz |
minor doco update to reflect handling of repeated caoomand strings
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@829 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_smtp.c | 8 |
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)); |