summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete/main.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-06-24 06:33:24 +0000
committerimp <imp@FreeBSD.org>1999-06-24 06:33:24 +0000
commitb6415deff202f2102139d1b05e3c9f71b331bd83 (patch)
treed4b62294580f356847e6f6c788c879cd8b3a5a16 /usr.sbin/pkg_install/delete/main.c
parent74991d70762512a0029170385778a55a8fcc08f3 (diff)
downloadFreeBSD-src-b6415deff202f2102139d1b05e3c9f71b331bd83.zip
FreeBSD-src-b6415deff202f2102139d1b05e3c9f71b331bd83.tar.gz
'?' shouldn't be in the usage string. Unknown characters are already
converted to '?'.
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 e5d599d..545195a 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;
OpenPOWER on IntegriCloud