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/add/main.c | 4 ++-- usr.sbin/pkg_install/create/main.c | 4 ++-- usr.sbin/pkg_install/delete/main.c | 4 ++-- usr.sbin/pkg_install/info/main.c | 4 ++-- 4 files changed, 8 insertions(+), 8 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; diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c index 3e04c4b..d5a9c98 100644 --- a/usr.sbin/pkg_install/create/main.c +++ b/usr.sbin/pkg_install/create/main.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.18 1998/12/16 13:59:30 jkh Exp $"; + "$Id: main.c,v 1.19 1999/06/23 16:54:34 billf Exp $"; #endif /* @@ -18,7 +18,7 @@ static const char rcsid[] = #include "lib.h" #include "create.h" -static char Options[] = "YNOhv?f:p:P:c:d:i:I:k:K:r:t:X:D:m:s:"; +static char Options[] = "YNOhvf:p:P:c:d:i:I:k:K:r:t:X:D:m:s:"; char *Prefix = NULL; char *Comment = NULL; 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; diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c index 3bda84e..4fbd714 100644 --- a/usr.sbin/pkg_install/info/main.c +++ b/usr.sbin/pkg_install/info/main.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.16 1999/04/27 02:30:27 jkh Exp $"; + "$Id: main.c,v 1.17 1999/06/23 16:54:38 billf Exp $"; #endif /* @@ -28,7 +28,7 @@ static const char rcsid[] = #include "lib.h" #include "info.h" -static char Options[] = "acdDe:fikrRpLqImvh?l:"; +static char Options[] = "acdDe:fikrRpLqImvhl:"; int Flags = 0; Boolean AllInstalled = FALSE; -- cgit v1.1