aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2019-08-24 12:38:41 +0200
committerMatthias Andree <matthias.andree@gmx.de>2019-08-24 12:38:41 +0200
commit4f7301731893456460864c6eb43157bfc1c8db8f (patch)
tree621e3889d149ca48259f0e603bf6edcb9a6fdea1 /options.c
parent6cff9843ef12c1856202dc7f245baeb4d44e2584 (diff)
downloadfetchmail-4f7301731893456460864c6eb43157bfc1c8db8f.tar.gz
fetchmail-4f7301731893456460864c6eb43157bfc1c8db8f.tar.bz2
fetchmail-4f7301731893456460864c6eb43157bfc1c8db8f.zip
Fix option argument enumerations in help output, and refer to manual.
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files 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"));