diff options
Diffstat (limited to 'usr.sbin/pkg_install/delete/main.c')
-rw-r--r-- | usr.sbin/pkg_install/delete/main.c | 4 |
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 863dc4a..e5d599d 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.10 1997/09/18 14:08:40 phk Exp $"; + "$Id: main.c,v 1.11 1997/10/08 07:46:48 charnier Exp $"; #endif /* @@ -28,7 +28,7 @@ static const char rcsid[] = #include "lib.h" #include "delete.h" -static char Options[] = "hvDdnfp:"; +static char Options[] = "hvDdnf?p:"; char *Prefix = NULL; Boolean NoDeInstall = FALSE; |