summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-28 06:51:43 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-28 06:51:43 (GMT)
commitaa868284a50d31c37c17052e9f3a5383465143e3 (patch)
treed7102b61bc91e0070b552f5a40192b77166f5f88 /plugins
parent33210cdf40879cf26b891239c1998c06d359fb76 (diff)
downloadmonitoring-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.c8
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