From a6f4d391fbfd038ce175920aa0c1971e5fb2f25e Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 30 Oct 2005 22:46:50 +0000 Subject: In usage message, move -P short option from long --port to long --service. svn path=/trunk/; revision=4384 --- options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.c') 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")); -- cgit v1.2.3