Explorar el Código

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
Karl DeBisschop hace 22 años
padre
commit
aa868284a5
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      plugins/check_smtp.c

+ 5 - 3
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));