diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 15:58:37 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 15:58:37 +0000 |
commit | df4a9dc9bea6d5ebe6d6c409af795f665c115787 (patch) | |
tree | d27274a24ed92741974d54b344f1d94132b48aab | |
parent | f8d4c7d95dd24b46258fa8a28cb69f22d7a9af6b (diff) | |
download | fetchmail-df4a9dc9bea6d5ebe6d6c409af795f665c115787.tar.gz fetchmail-df4a9dc9bea6d5ebe6d6c409af795f665c115787.tar.bz2 fetchmail-df4a9dc9bea6d5ebe6d6c409af795f665c115787.zip |
Option core-dump fix.
svn path=/trunk/; revision=259
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ #define LA_HELP 20 #define LA_YYDEBUG 21 -static char *shortoptions = "PpVaKkvS:m:sFd:f:u:r:L:qN?"; +static char *shortoptions = "P:p:VaKkvS:m:sFd:f:u:r:L:qN?"; static struct option longoptions[] = { {"version", no_argument, (int *) 0, LA_VERSION }, {"all", no_argument, (int *) 0, LA_ALL }, |