diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-09 10:40:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-09 10:40:51 +0000 |
commit | 391eeae8cd3ee25454bd0ec98ff20e70fa18ffee (patch) | |
tree | 6c874ee7af2249b38a69bdca8778541a4dd7356d | |
parent | 854c5b94ca8e451881fde5c27347d0b7701a72e9 (diff) | |
download | fetchmail-391eeae8cd3ee25454bd0ec98ff20e70fa18ffee.tar.gz fetchmail-391eeae8cd3ee25454bd0ec98ff20e70fa18ffee.tar.bz2 fetchmail-391eeae8cd3ee25454bd0ec98ff20e70fa18ffee.zip |
Restore -D.
svn path=/trunk/; revision=3460
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |