index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-08-11 01:00:47 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-11 11:19:04 -0500 |
commit | f3fa77bcf1d792971c314f8c0de255866e89f3f3 (patch) | |
tree | 101a954e5f50f1e4fdbcb036d498af9c25a173d9 /doc | |
parent | 1f6afe6b0b3e1f222b5624e93af6e6272afea423 (diff) |
-rw-r--r-- | doc/pacman.8.txt | 7 |
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 3240022d..a362d2cf 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -400,6 +400,13 @@ system upgrade and install/upgrade the foo package in the same operation. *\--needed*:: Don't reinstall the targets that are already up to date. +*\--recursive*:: + Recursively reinstall all dependencies of the targets. This forces upgrades + or reinstalls of all dependencies without requiring explicit version + requirements. This is most useful in combination with the '\--needed' flag, + which will induce a deep dependency upgrade without any unnecessary + reinstalls. + Handling Config Files[[HCF]] ---------------------------- |