diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-10-30 22:46:50 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-10-30 22:46:50 +0000 |
commit | a6f4d391fbfd038ce175920aa0c1971e5fb2f25e (patch) | |
tree | b82ca841184224c457f322f59b378731610b0797 /options.c | |
parent | 2d9dc7131c720a2b931a8b8000aa24f3a3101a8a (diff) | |
download | fetchmail-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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")); |