From aa868284a50d31c37c17052e9f3a5383465143e3 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Sat, 28 Feb 2004 06:51:43 +0000 Subject: 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 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")); -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)); -- cgit v0.10-9-g596f