From 4f7301731893456460864c6eb43157bfc1c8db8f Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 24 Aug 2019 12:38:41 +0200 Subject: Fix option argument enumerations in help output, and refer to manual. --- options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.c b/options.c index 7058feea..b8561f8d 100644 --- a/options.c +++ b/options.c @@ -673,7 +673,7 @@ int parsecmdline (int argc /** argument count */, P(GT_(" --sslcertpath path to trusted-CA ssl certificate directory\n")); P(GT_(" --sslcommonname expect this CommonName from server (discouraged)\n")); P(GT_(" --sslfingerprint fingerprint that must match that of the server's cert.\n")); - P(GT_(" --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n")); + P(GT_(" --sslproto force ssl protocol (see manual)\n")); #endif P(GT_(" --plugin specify external command to open connection\n")); P(GT_(" --plugout specify external command to open smtp connection\n")); @@ -685,7 +685,7 @@ int parsecmdline (int argc /** argument count */, P(GT_(" --idle tells the IMAP server to send notice of new messages\n")); P(GT_(" --port TCP port to connect to (obsolete, use --service)\n")); P(GT_(" -P, --service TCP service to connect to (can be numeric TCP port)\n")); - P(GT_(" --auth authentication type (password/kerberos/ssh/otp)\n")); + P(GT_(" --auth authentication type (see manual)\n")); P(GT_(" -t, --timeout server nonresponse timeout\n")); P(GT_(" -E, --envelope envelope address header\n")); P(GT_(" -Q, --qvirtual prefix to remove from local user id\n")); -- cgit v1.2.3