index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2009-10-22 14:40:03 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-11-30 21:22:52 -0600 |
commit | f2c9e51eb00edb2f3123bd150fd9944c765426e0 (patch) | |
tree | cae8ca5080d0b7783474bc7d355f1fdeec8ec55e /doc/makepkg.8.txt | |
parent | 82443e00597b0db5a7eadea4886e22b373ac373b (diff) |
-rw-r--r-- | doc/makepkg.8.txt | 4 |
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 198aa954..18ee6ed2 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -149,6 +149,10 @@ Options remote builder, or a tarball upload. Because integrity checks are verified, all source files of the package need to be present or downloadable. +*\--pkg <`list`>*:: + Only build listed packages from a split package. The use of quotes is + necessary when specifying multiple packages. e.g. `--pkg "pkg1 pkg3"` + *\--noconfirm*:: (Passed to pacman) Prevent pacman from waiting for user input before proceeding with operations. |