summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/prokit-build.8in13
1 files changed, 9 insertions, 4 deletions
diff --git a/man/prokit-build.8in b/man/prokit-build.8in
index e8b10d1..d244383 100644
--- a/man/prokit-build.8in
+++ b/man/prokit-build.8in
@@ -1,11 +1,11 @@
.TH PROKIT-BUILD 8 \
-"2019-04-27" "@PACKAGE_NAME@ @PACKAGE_VERSION@" "@MANUAL@"
+"2021-01-29" "@PACKAGE_NAME@ @PACKAGE_VERSION@" "@MANUAL@"
.SH NAME
prokit-build \- Build a package
.SH SYNOPSIS
-\fBprokit build\fP \fIroot\fP [\fIoption\fP ...] \fIpkg-dir\fP
+\fBprokit build\fP \fIroot\fP [\fB-l\fP] [\fIoption\fP ...] \fIpkg-dir\fP
.SH DESCRIPTION
\fBprokit build\fP runs \fBopkbuild\fP to build a package in an isolated file
@@ -14,11 +14,16 @@ system environment, temporarily installing any missing build dependencies.
If \fIroot\fP is a block device node, the block device is mounted and
\fBopkbuild\fP is run in its file system.
.P
-\fIoption\fPs are \fBopkbuild\fP options. Run \fIprokit build -h .\fP for more
-information.
+\fIoption\fPs are \fBopkbuild\fP options. Run \fIprokit build -l -h .\fP for
+more information.
.P
\fIpkg-dir\fP is a source package directory.
+.SH OPTIONS
+.TP
+.BI \-l
+Do not save a build log.
+
.SH COPYRIGHT
Copyright (C) 2014 Patrick McDermott
.P