diff options
-rw-r--r-- | man/ob-buildopk.1in | 11 | ||||
-rw-r--r-- | man/opkbuild.7in | 2 |
2 files changed, 3 insertions, 10 deletions
diff --git a/man/ob-buildopk.1in b/man/ob-buildopk.1in index 8247409..6731c6a 100644 --- a/man/ob-buildopk.1in +++ b/man/ob-buildopk.1in @@ -1,21 +1,14 @@ .TH OB-BUILDOPK 1 "@DATE@" "@SOURCE@" "@MANUAL@" .SH NAME -ob-buildopk \- Pack binary package files into an opk file +ob-buildopk \- Pack binary package files into opk files .SH SYNOPSIS .B ob-buildopk -.BR -s \ | -.IR pkgname ... .SH DESCRIPTION .B ob-buildopk -packs files in a binary package staging area into an opk file. - -.SH OPTIONS -.TP -.B \-s -Build an opk file for the binary package that contains source packaging. +packs files in binary package staging areas into opk files. .SH COPYRIGHT Copyright (C) 2012 Patrick McDermott diff --git a/man/opkbuild.7in b/man/opkbuild.7in index 0f5c873..dd4f4af 100644 --- a/man/opkbuild.7in +++ b/man/opkbuild.7in @@ -38,7 +38,7 @@ Install package documentation into a binary package staging area Generate a control directory with a control file and scripts .TP .BR ob-buildopk (1) -Pack binary package files into an opk file +Pack binary package files into opk files .TP .BR ob-genchanges (1) Generate a changes file for upload |