diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-08 05:03:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-08 05:03:55 +0000 |
commit | caee98b5322babe97c33a64141a413f430e9a8ba (patch) | |
tree | a4140c3996f7d178ca02df7e8b764f10a93b8b63 /options.c | |
parent | 36e3009461df70159a9dad1906c23fc51491f761 (diff) | |
download | fetchmail-caee98b5322babe97c33a64141a413f430e9a8ba.tar.gz fetchmail-caee98b5322babe97c33a64141a413f430e9a8ba.tar.bz2 fetchmail-caee98b5322babe97c33a64141a413f430e9a8ba.zip |
Bug fixes and better RC file documentation.
svn path=/trunk/; revision=243
Diffstat (limited to 'options.c')
-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 = "PVaKkvS:m:sFd:f:u:r:L:qN?"; +static char *shortoptions = "PpVaKkvS: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 }, |