aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-09-23 16:09:59 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-09-23 16:09:59 +0000
commit9ed5c8bc1da2cfa29c219304de2749c4a6738612 (patch)
tree61c74b7ff2a47509eda9260a212aaf3cc654d3d3 /options.c
parentd2a4b81106a799a18832d6bee1cc5d1ec00d97b0 (diff)
downloadfetchmail-9ed5c8bc1da2cfa29c219304de2749c4a6738612.tar.gz
fetchmail-9ed5c8bc1da2cfa29c219304de2749c4a6738612.tar.bz2
fetchmail-9ed5c8bc1da2cfa29c219304de2749c4a6738612.zip
Low-level corrections.
svn path=/trunk/; revision=2593
Diffstat (limited to 'options.c')
-rw-r--r--options.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/options.c b/options.c
index 3338323f..8db1840f 100644
--- a/options.c
+++ b/options.c
@@ -369,7 +369,6 @@ struct query *ctl; /* option record to be initialized */
ctl->server.port = xatoi(optarg, &errflag);
#endif /* INET6 */
break;
- case 'A':
case LA_PREAUTH:
if (strcmp(optarg, "password") == 0)
ctl->server.preauthenticate = A_PASSWORD;
@@ -585,7 +584,7 @@ struct query *ctl; /* option record to be initialized */
P(_(" -p, --protocol specify retrieval protocol (see man page)\n"));
P(_(" -U, --uidl force the use of UIDLs (pop3 only)\n"));
P(_(" -P, --port TCP/IP service port to connect to\n"));
- P(_(" -A, --preauth preauthentication type (password or kerberos)\n"));
+ P(_(" --preauth preauthentication type (password or kerberos)\n"));
P(_(" -t, --timeout server nonresponse timeout\n"));
P(_(" -E, --envelope envelope address header\n"));
P(_(" -Q, --qvirtual prefix to remove from local user id\n"));
@@ -608,7 +607,7 @@ struct query *ctl; /* option record to be initialized */
P(_(" -b, --batchlimit set batch limit for SMTP connections\n"));
P(_(" -B, --fetchlimit set fetch limit for server connections\n"));
P(_(" -e, --expunge set max deletions between expunges\n"));
- P(_(" --mda set MDA to use for forwarding\n"));
+ P(_(" -m, --mda set MDA to use for forwarding\n"));
P(_(" --bsmtp set output BSMTP file\n"));
P(_(" --lmtp use LMTP (RFC2033) for delivery\n"));
P(_(" -r, --folder specify remote folder name\n"));