aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-09 10:40:51 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-09 10:40:51 +0000
commit391eeae8cd3ee25454bd0ec98ff20e70fa18ffee (patch)
tree6c874ee7af2249b38a69bdca8778541a4dd7356d
parent854c5b94ca8e451881fde5c27347d0b7701a72e9 (diff)
downloadfetchmail-391eeae8cd3ee25454bd0ec98ff20e70fa18ffee.tar.gz
fetchmail-391eeae8cd3ee25454bd0ec98ff20e70fa18ffee.tar.bz2
fetchmail-391eeae8cd3ee25454bd0ec98ff20e70fa18ffee.zip
Restore -D.
svn path=/trunk/; revision=3460
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 32060a9e..9a166e54 100644
--- a/options.c
+++ b/options.c
@@ -89,7 +89,7 @@
/* options still left: CDgGhHjJoORwWxXYz */
static const char *shortoptions =
- "?Vcsvd:NqL:f:i:p:UP:A:t:E:Q:u:akKFnl:r:S:Z:b:B:e:m:T:I:M:yw:";
+ "?Vcsvd:NqL:f:i:p:UP:A:t:E:Q:u:akKFnl:r:S:Z:b:B:e:m:T:I:M:yw:D:";
static const struct option longoptions[] = {
/* this can be const because all flag fields are 0 and will never get set */