aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-08 05:03:55 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-08 05:03:55 +0000
commitcaee98b5322babe97c33a64141a413f430e9a8ba (patch)
treea4140c3996f7d178ca02df7e8b764f10a93b8b63 /options.c
parent36e3009461df70159a9dad1906c23fc51491f761 (diff)
downloadfetchmail-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 0704a359..ab73d98e 100644
--- a/options.c
+++ b/options.c
@@ -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 },