From b6415deff202f2102139d1b05e3c9f71b331bd83 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 24 Jun 1999 06:33:24 +0000 Subject: '?' shouldn't be in the usage string. Unknown characters are already converted to '?'. --- usr.sbin/pkg_install/delete/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/pkg_install/delete/main.c') 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; -- cgit v1.1