diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-15 15:37:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-15 15:37:29 +0000 |
commit | e9161acbb7778a0b7859d81e35568dea741869c0 (patch) | |
tree | 859eae56e1067a7cd1d567ff9dbfa35feb568464 /usr.sbin | |
parent | 78688d374ea22a5df73657b4051f6de4cc6b6eb6 (diff) |
tweaks;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 17 |
2 files changed, 9 insertions, 12 deletions
diff --git a/usr.sbin/pkg_add/pkg_create b/usr.sbin/pkg_add/pkg_create index d8c4e6ed099..d0847b1fcda 100644 --- a/usr.sbin/pkg_add/pkg_create +++ b/usr.sbin/pkg_add/pkg_create @@ -1,6 +1,6 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: pkg_create,v 1.46 2006/10/15 09:32:52 espie Exp $ +# $OpenBSD: pkg_create,v 1.47 2006/10/15 15:37:28 jmc Exp $ # # Copyright (c) 2003-2004 Marc Espie <espie@openbsd.org> # @@ -278,7 +278,7 @@ my @contents; my $regen_package = 0; set_usage( -'pkg_create [-hnvqQ] [-A arches] [-B pkg-destdir] [-D name=value]', +'pkg_create [-hnQqv] [-A arches] [-B pkg-destdir] [-D name=value]', '[-i iscript] [-k dscript] [-L localbase] [-M module] [-M displayfile]', '[-P pkg-dependency] [-p prefix] [-r rscript] [-S pkg-destdir]', '[-U undisplayfile] [-W wantedlib] -c desc -d desc -f packinglist pkg-name'); diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index d01a5061d24..ef42a54323b 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.30 2006/10/15 09:32:52 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.31 2006/10/15 15:37:28 jmc Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Nm pkg_create .Bk -words -.Op Fl hnqQv +.Op Fl hnQqv .Op Fl A Ar arches .Op Fl B Ar pkg-destdir .Oo Fl D Ar name @@ -171,18 +171,15 @@ as the initial directory .Dq base to start from in selecting files for the package, and to record as the base for installing the package. +.It Fl Q +Print out the files in the actual packing-list of the package being +generated, with explicit typing +.Pq e.g. Cm @file , @lib , ... . .It Fl q Print out the actual packing-list of the package being generated -(query mode), +(query mode). Most often used in combination with .Fl n . -.It Fl Q -Print out the files in the actual packing-list of the package being -generated, with explicit typing -.Po e.g., -.Cm @file , -.Cm @lib ... -.Pc .It Fl r Ar rscript Set .Ar rscript |