From 5b109ffb18d1790557594c149056971c98b6c625 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 21 May 2012 23:54:52 -0400 Subject: Support '-S' and '-b' options. --- (limited to 'man') 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 ). -- cgit v0.9.1