diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-21 23:54:52 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-22 00:07:16 (EDT) |
commit | 5b109ffb18d1790557594c149056971c98b6c625 (patch) | |
tree | 61c8e0202fd8f8842e3145160e1cac770316d78f /man | |
parent | cb9f794cc59ac058bcd1ad751c68a60a507c9bb9 (diff) |
Support '-S' and '-b' options.
Diffstat (limited to 'man')
-rw-r--r-- | man/opkbuild.1.in | 9 |
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 ). |