summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete/main.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-06-23 16:54:38 +0000
committerbillf <billf@FreeBSD.org>1999-06-23 16:54:38 +0000
commitce33e41080593127d63d03332b674276a982496f (patch)
tree11bea20e2016ea0b130474ecc480a520fb446973 /usr.sbin/pkg_install/delete/main.c
parentf32906f4850984e002004d359ebc9dbf5d9d68c3 (diff)
downloadFreeBSD-src-ce33e41080593127d63d03332b674276a982496f.zip
FreeBSD-src-ce33e41080593127d63d03332b674276a982496f.tar.gz
If we are going to have a case for '?' then we should define it in Options.
Submitted by: Ben Olson <bseth@chc-chimes.com>
Diffstat (limited to 'usr.sbin/pkg_install/delete/main.c')
-rw-r--r--usr.sbin/pkg_install/delete/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/delete/main.c b/usr.sbin/pkg_install/delete/main.c
index 863dc4a..e5d599d 100644
--- a/usr.sbin/pkg_install/delete/main.c
+++ b/usr.sbin/pkg_install/delete/main.c
@@ -1,6 +1,6 @@
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.10 1997/09/18 14:08:40 phk Exp $";
+ "$Id: main.c,v 1.11 1997/10/08 07:46:48 charnier Exp $";
#endif
/*
@@ -28,7 +28,7 @@ static const char rcsid[] =
#include "lib.h"
#include "delete.h"
-static char Options[] = "hvDdnfp:";
+static char Options[] = "hvDdnf?p:";
char *Prefix = NULL;
Boolean NoDeInstall = FALSE;
OpenPOWER on IntegriCloud