summaryrefslogtreecommitdiffstats
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
parent74991d70762512a0029170385778a55a8fcc08f3 (diff)
downloadFreeBSD-src-b6415deff202f2102139d1b05e3c9f71b331bd83.zip
FreeBSD-src-b6415deff202f2102139d1b05e3c9f71b331bd83.tar.gz
'?' shouldn't be in the usage string. Unknown characters are already
converted to '?'.
-rw-r--r--usr.sbin/pkg_install/add/main.c4
-rw-r--r--usr.sbin/pkg_install/create/main.c4
-rw-r--r--usr.sbin/pkg_install/delete/main.c4
-rw-r--r--usr.sbin/pkg_install/info/main.c4
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;
OpenPOWER on IntegriCloud