aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-14 23:11:31 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-14 23:11:31 +0000
commite404504339dcad7f0a9e0db6161091c349699169 (patch)
tree318857e897b895ea04a12f004c8e62a3c59ab4a1
parent8d8a845b5b0e2a51a335e57e47043cbd4af163dd (diff)
downloadfetchmail-e404504339dcad7f0a9e0db6161091c349699169.tar.gz
fetchmail-e404504339dcad7f0a9e0db6161091c349699169.tar.bz2
fetchmail-e404504339dcad7f0a9e0db6161091c349699169.zip
Enable short options.
svn path=/trunk/; revision=1701
-rw-r--r--options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.c b/options.c
index ffa50e47..221574d8 100644
--- a/options.c
+++ b/options.c
@@ -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 */