aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-20 05:02:11 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-20 05:02:11 +0000
commit327eb432aa6884bf3bac6ef0dd6c63e0dc5198f2 (patch)
treea478a8d56ceaa437a8ed7ed99843ecff9b25e0b7 /options.c
parente95b8d68642cbd3b9a10509547e706db85a21883 (diff)
downloadfetchmail-327eb432aa6884bf3bac6ef0dd6c63e0dc5198f2.tar.gz
fetchmail-327eb432aa6884bf3bac6ef0dd6c63e0dc5198f2.tar.bz2
fetchmail-327eb432aa6884bf3bac6ef0dd6c63e0dc5198f2.zip
Miscellaneous bug fixes.
svn path=/trunk/; revision=3361
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index c1f77554..d9e5aa14 100644
--- a/options.c
+++ b/options.c
@@ -672,7 +672,7 @@ struct query *ctl; /* option record to be initialized */
P(_(" -E, --envelope envelope address header\n"));
P(_(" -Q, --qvirtual prefix to remove from local user id\n"));
P(_(" --principal mail service principal\n"));
- P(_(" --addaccthdr add an X-Fetchmail-Account header (\"label <user@host>\")\n"));
+ P(_(" --tracepolls add poll-tracing information to Received header\n"));
P(_(" -u, --username specify users's login on server\n"));
P(_(" -a, --all retrieve old and new messages\n"));