diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-28 06:51:43 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-28 06:51:43 (GMT) |
commit | aa868284a50d31c37c17052e9f3a5383465143e3 (patch) | |
tree | d7102b61bc91e0070b552f5a40192b77166f5f88 | |
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
-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 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 | ||