diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-09-12 20:45:31 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-09-12 20:45:31 +0000 |
| commit | 7cb39e249bca7e5fbfe43bf3d60b7bbcb0be25da (patch) | |
| tree | 7c4fa660421b9d3dfd84f7f17b6bf873730f0865 /usr.sbin/pkg_install/create/pkg_create.1 | |
| parent | fc6e7c453534a1b954f88c29de32513e9f094fbb (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
| -rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 43306f2d6c41..b4cb2853f8eb 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -118,6 +118,21 @@ space in your directory is limited. Be sure to leave some number of `X' characters for mktemp(3) to fill in with a unique ID. .B "Optional." +.TP +.BI "\-X\ " file +Pass +.I file +as a +.B \-exclude-from +argument to +.B tar +when creating final package. See +.B tar +man page (or run +.B tar +with +.B --help +flag) for further information on using this flag. .PP .SH "TECHNICAL DETAILS" The "packing list" format (see \fB-f\fR) is fairly simple, being |
