summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2022-11-01 10:50:06 +0000
committerMarc Espie <espie@cvs.openbsd.org>2022-11-01 10:50:06 +0000
commit4f405e3e04abf1147ecb6b2272200f30a3bed75a (patch)
treea9007917c51b72eb6d6368dca1f2a5341e3f86ce
parent076d55f253b0494b3affafcfbb75da018054ab3e (diff)
I plain forgot to document -S !
-rw-r--r--usr.sbin/pkg_add/pkg_create.110
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index 31e982c1738..a3a6113dd65 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.125 2022/06/04 10:12:38 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.126 2022/11/01 10:50:05 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -21,7 +21,7 @@
.\" [jkh] Took John's changes back and made some additional extensions for
.\" better integration with FreeBSD's new ports collection.
.\"
-.Dd $Mdocdate: June 4 2022 $
+.Dd $Mdocdate: November 1 2022 $
.Dt PKG_CREATE 1
.Os
.Sh NAME
@@ -30,7 +30,7 @@
.Sh SYNOPSIS
.Nm pkg_create
.Bk -words
-.Op Fl mnQqvx
+.Op Fl mnQqSvx
.Op Fl A Ar arches
.Op Fl B Ar pkg-destdir
.Op Fl D Ar name Ns Op = Ns Ar value
@@ -240,6 +240,10 @@ Print out the actual packing-list of the package being generated
(query mode).
Most often used in combination with
.Fl n .
+.It Fl S
+Print the update signature of the package.
+See
+.Xr pkg_info 1 .
.It Fl U Ar undisplayfile
Display the file (using
.Xr more 1 )