Code

minor doco update to reflect handling of repeated caoomand strings
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Sat, 28 Feb 2004 06:51:43 +0000 (06:51 +0000)
committerKarl 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

index 75cd5a8de77ab7e109fc5ac621eb8ab03405b307..09f8f143eece6f42d3d8eb60c2c5ec59ea5224a2 100644 (file)
@@ -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));