diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-04-08 13:13:07 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-24 08:38:36 -0500 |
commit | d85c71865ee826041c85cd47189ea43b44ce52cc (patch) | |
tree | db27107dbd76a620215fe9cccc09ad56ec574afb /doc | |
parent | 8679cd68d825bfe28ba0c833494c415bcfa6d8f6 (diff) | |
download | pacman-d85c71865ee826041c85cd47189ea43b44ce52cc.tar.xz |
makepkg: adopt parseopts for option parsing
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.8.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index df41e187..f80d7f20 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -153,7 +153,8 @@ Options the GPL when distributing binary packages. *\--pkg <list>*:: - Only build listed packages from a split package. + Only build listed packages from a split package. Multiple packages should + be comma separated in the list. *\--check*:: Run the check() function in the PKGBUILD, overriding the setting in |