diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2020-06-09 21:02:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2020-06-09 21:02:38 +0000 |
commit | ad4d864eee3fb5253d182c491db553de9e709d9f (patch) | |
tree | 2dc548e98f5f8d3dec794426fda57b0afe7513dc /share/man | |
parent | 0c74f1f1f865f696c3adebb4ec4df72ab80e73ac (diff) |
document -n
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man1/register-plist.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man1/register-plist.1 b/share/man/man1/register-plist.1 index 7472c5f5dd1..0ad9127d3d0 100644 --- a/share/man/man1/register-plist.1 +++ b/share/man/man1/register-plist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: register-plist.1,v 1.4 2019/05/15 19:01:58 jmc Exp $ +.\" $OpenBSD: register-plist.1,v 1.5 2020/06/09 21:02:37 espie Exp $ .\" .\" Copyright (c) 2010 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 15 2019 $ +.Dd $Mdocdate: June 9 2020 $ .Dt REGISTER-PLIST 1 .Os .Sh NAME @@ -22,6 +22,7 @@ .Nd smart diff and registration of packing-lists .Sh SYNOPSIS .Nm register-plist +.Op Fl n .Ar dir .Op Ar pkgname ... .Nm @@ -93,6 +94,12 @@ Since this is a generated file, porters often overlook that items such as the HOMEPAGE or the MAINTAINER's email address are embedded into that file, and thus that changing these requires a REVISION bump. .Pp +If option +.Fl n +is specified, +.Nm +will do the exact same checks, but will not write any new packing-list. +.Pp .Nm can also be invoked with .Fl p |