diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c index 0aed3a437b9a..4fb7edf8e871 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 3e04c4b03a3e..d5a9c98d11e9 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 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; diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c index 3bda84e0700f..4fbd7145ba5c 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;