From 7598d72de8936f0541cc5e013efe0a81aa5bea84 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 1 Nov 2022 10:50:05 +0000 Subject: [PATCH] I plain forgot to document -S ! --- usr.sbin/pkg_add/pkg_create.1 | 10 +++++++--- 1 file 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 ) -- 2.20.1