diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-23 23:38:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-23 23:38:48 (EDT) |
commit | 8a23b252a1bd787bc46dba486fbadf6008dab969 (patch) | |
tree | bf8ca1a963ee384e15943b4dd8dd0bbfc1185d85 /man | |
parent | f308e3207cf157bc0bccf53a1ee57adfbb06e30f (diff) |
Add a '-u' option to leave the work area unclean.unclean-option
Diffstat (limited to 'man')
-rw-r--r-- | man/opkbuild.1.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/opkbuild.1.in b/man/opkbuild.1.in index 4fcbbdb..26d030d 100644 --- a/man/opkbuild.1.in +++ b/man/opkbuild.1.in @@ -17,6 +17,7 @@ opkbuild \- Build opkg packages. .RB [ -s .IR status-override ] .RB [ -d ] +.RB [ -u ] .SH DESCRIPTION .B opkbuild @@ -51,6 +52,9 @@ for the syntax of this file. .BI \-d Start a debugging shell if the package build fails. .TP +.BI \-u +Don't clean up the work area after building all packages. +.TP .BI \-V Output version information and exit. |