Skip to content

Commit

Permalink
pkg-create.8: Clarify -f (compression format)
Browse files Browse the repository at this point in the history
As noted in FreeBSD PR 284054 users may expect -f to set the output
package's extension, but it is (now) always .pkg.  Try to clarify by
using "comrpession format" and explicitly noting that the extension
is .pkg.

Sponsored by:	The FreeBSD Foundation

Signed-off-by: Ed Maste <[email protected]>
  • Loading branch information
emaste authored and bapt committed Jan 15, 2025
1 parent e86ae24 commit fb47e76
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/pkg-create.8
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.\"
.\" @(#)pkg.8
.\"
.Dd May 3, 2024
.Dd January 15, 2025
.Dt PKG-CREATE 8
.Os
.\" ---------------------------------------------------------------------------
Expand Down Expand Up @@ -168,7 +168,7 @@ options.
.It Fl f Ar format , Cm --format Ar format
Set
.Ar format
as the package output format.
as the package compression format.
It can be one of
.Ar tzst, txz , tbz , tgz
or
Expand All @@ -177,6 +177,10 @@ which are currently the only supported formats.
If an invalid or no format is specified
.Ar txz
is assumed.
.Po The
.Pa .pkg
extension is used for all compression types.
.Pc
.It Fl l Ar level , Cm --level Ar level
Set the compression
.Ar level
Expand Down

0 comments on commit fb47e76

Please sign in to comment.