summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/opkbuild.1.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/man/opkbuild.1.in b/man/opkbuild.1.in
index dc6588f..59393f5 100644
--- a/man/opkbuild.1.in
+++ b/man/opkbuild.1.in
@@ -1,12 +1,13 @@
.\" Author: Patrick "P. J." McDermott
.TH opkbuild 1 \
-"2012-04-25" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
+"2012-05-22" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
.SH NAME
opkbuild \- Build opkg packages.
.SH SYNOPSIS
.B opkbuild
+.RB [ -S | -b ]
.RB [ -r
.IR assume-uid0-cmd ]
.RB [ -a
@@ -23,6 +24,12 @@ builds binary packages from a source package.
.SH OPTIONS
.TP
+.BI \-S
+Build only the source package (no binary packages).
+.TP
+.BI \-b
+Build only the binary packages (no source package).
+.TP
.BI \-r \ assume-uid0-cmd
Assume user ID 0 using the specified command (default is
.BR fakeroot ).