summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-02-03 13:59:53 (EST)
committer P. J. McDermott <pjm@nac.net>2012-02-03 13:59:53 (EST)
commit64630f872ffb3040baba9924be42e28a87a16486 (patch)
tree014da72a3bb5a797565049a8873d9a7abd201b62 /man
parent3bd0e72328c5711bc83d2927f032febe41286da2 (diff)
Document opkbuild's '-d' option.
Woo! 1000000th commit!
Diffstat (limited to 'man')
-rw-r--r--man/opkbuild.16
1 files changed, 5 insertions, 1 deletions
diff --git a/man/opkbuild.1 b/man/opkbuild.1
index a278a8f..499fbf8 100644
--- a/man/opkbuild.1
+++ b/man/opkbuild.1
@@ -1,5 +1,5 @@
.\" Author: Patrick "P. J." McDermott
-.TH opkbuild 1 "2012-01-30" "opkhelper-0.1.0" "opkg Build Helper Tools"
+.TH opkbuild 1 "2012-02-03" "opkhelper-0.1.0" "opkg Build Helper Tools"
.SH NAME
opkbuild \- Build opkg packages.
.SH SYNOPSIS
@@ -8,6 +8,7 @@ opkbuild \- Build opkg packages.
.IR assume-uid0-cmd ]
.RB [ -p
.IR target-platform ]
+.RB [ -d ]
.SH DESCRIPTION
.B opkbuild
builds binary packages from a source package.
@@ -19,6 +20,9 @@ Assume user ID 0 using the specified command (default is `fakeroot').
.BI \-p \ target-platform
The application platform for which platform-specific packages should be
configured (default is the platform opkg is configured to install).
+.TP
+.BI \-d
+Start a debugging shell if the package build fails.
.SH COPYRIGHT
Copyright (C) 2012 Patrick "P. J." McDermott
.sp