summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/add/main.c')
-rw-r--r--usr.sbin/pkg_install/add/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c
index 0aed3a4..4fb7edf 100644
--- a/usr.sbin/pkg_install/add/main.c
+++ b/usr.sbin/pkg_install/add/main.c
@@ -1,6 +1,6 @@
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.24 1999/06/14 21:58:59 obrien Exp $";
+ "$Id: main.c,v 1.25 1999/06/23 16:54:29 billf Exp $";
#endif
/*
@@ -31,7 +31,7 @@ static const char rcsid[] =
#include "lib.h"
#include "add.h"
-static char Options[] = "hvIRfnr?p:SMt:";
+static char Options[] = "hvIRfnrp:SMt:";
char *Prefix = NULL;
Boolean NoInstall = FALSE;
OpenPOWER on IntegriCloud