diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-03-14 23:11:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-03-14 23:11:31 +0000 |
commit | e404504339dcad7f0a9e0db6161091c349699169 (patch) | |
tree | 318857e897b895ea04a12f004c8e62a3c59ab4a1 | |
parent | 8d8a845b5b0e2a51a335e57e47043cbd4af163dd (diff) | |
download | fetchmail-e404504339dcad7f0a9e0db6161091c349699169.tar.gz fetchmail-e404504339dcad7f0a9e0db6161091c349699169.tar.bz2 fetchmail-e404504339dcad7f0a9e0db6161091c349699169.zip |
Enable short options.
svn path=/trunk/; revision=1701
-rw-r--r-- | options.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,9 +56,9 @@ #define LA_MONITOR 38 #define LA_YYDEBUG 39 -/* options still left: CgGhHjJoORUwWxXYzZ */ +/* options still left: CgGhHjJoORUwWxXYz */ static const char *shortoptions = - "?Vcsvd:NqL:f:i:p:UP:A:t:E:Q:u:akKFnl:r:S:b:B:e:m:I:M:y"; + "?Vcsvd:NqL:f:i:p:UP:A:t:E:Q:u:akKFnl:r:S:Z:b:B:e:m:T:I:M:y"; static const struct option longoptions[] = { /* this can be const because all flag fields are 0 and will never get set */ |