aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/delete
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-06-24 06:33:24 +0000
committerWarner Losh <imp@FreeBSD.org>1999-06-24 06:33:24 +0000
commit02db1769f30fe606ac5e0e6e7108065e4e70dcb3 (patch)
tree73c8f15e97057d266b155bc7be2a580a84232c9f /usr.sbin/pkg_install/delete
parenta684cccdd6e61bb1544c522e240424b8c26ef2ad (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/delete')
-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 e5d599db451d..545195ad40ab 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.11 1997/10/08 07:46:48 charnier Exp $";
+ "$Id: main.c,v 1.12 1999/06/23 16:54:36 billf Exp $";
#endif
/*
@@ -28,7 +28,7 @@ static const char rcsid[] =
#include "lib.h"
#include "delete.h"
-static char Options[] = "hvDdnf?p:";
+static char Options[] = "hvDdnfp:";
char *Prefix = NULL;
Boolean NoDeInstall = FALSE;