aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-10-30 22:46:50 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-10-30 22:46:50 +0000
commita6f4d391fbfd038ce175920aa0c1971e5fb2f25e (patch)
treeb82ca841184224c457f322f59b378731610b0797 /options.c
parent2d9dc7131c720a2b931a8b8000aa24f3a3101a8a (diff)
downloadfetchmail-a6f4d391fbfd038ce175920aa0c1971e5fb2f25e.tar.gz
fetchmail-a6f4d391fbfd038ce175920aa0c1971e5fb2f25e.tar.bz2
fetchmail-a6f4d391fbfd038ce175920aa0c1971e5fb2f25e.zip
In usage message, move -P short option from long --port to long --service.
svn path=/trunk/; revision=4384
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 3e99a1e2..bd607237 100644
--- a/options.c
+++ b/options.c
@@ -605,8 +605,8 @@ struct query *ctl; /* option record to be initialized */
P(GT_(" -p, --protocol specify retrieval protocol (see man page)\n"));
P(GT_(" -U, --uidl force the use of UIDLs (pop3 only)\n"));
- P(GT_(" -P, --port TCP port to connect to (obsolete, use --service)\n"));
- P(GT_(" --service TCP service to connect to (can be numeric TCP port)\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_(" -t, --timeout server nonresponse timeout\n"));
P(GT_(" -E, --envelope envelope address header\n"));