aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-03 22:34:15 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-03 22:34:15 +0000
commit6ace3c9143fe5ccf357113b6011a3f607d2785f3 (patch)
tree08312094477defd48d584bec308a470df81b7a5b
parentfc4c838d89692e73a656ce6f877230231c4f1e77 (diff)
downloadfetchmail-6ace3c9143fe5ccf357113b6011a3f607d2785f3.tar.gz
fetchmail-6ace3c9143fe5ccf357113b6011a3f607d2785f3.tar.bz2
fetchmail-6ace3c9143fe5ccf357113b6011a3f607d2785f3.zip
*** empty log message ***
svn path=/trunk/; revision=2318
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index b4966e3c..63238ea5 100644
--- a/options.c
+++ b/options.c
@@ -586,7 +586,7 @@ struct query *ctl; /* option record to be initialized */
P(_(" -F, --flush delete old messages from server\n"));
P(_(" -n, --norewrite don't rewrite header addresses\n"));
P(_(" -l, --limit don't fetch messages over given size\n"));
- P(_(" -w, --warnings interval between warning mail notification\n"));
+ P(_(" -w, --warnings interval between warning mail notification\n"));
#if NET_SECURITY
P(_(" -T, --netsec set IP security request\n"));