diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-06-20 05:02:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-06-20 05:02:11 +0000 |
commit | 327eb432aa6884bf3bac6ef0dd6c63e0dc5198f2 (patch) | |
tree | a478a8d56ceaa437a8ed7ed99843ecff9b25e0b7 /options.c | |
parent | e95b8d68642cbd3b9a10509547e706db85a21883 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")); |