diff options
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2008-01-13 22:15:10 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-22 02:39:26 +0100 |
commit | 2a7101c049dd1874da09d7d120f8855c61e55809 (patch) | |
tree | cd25104f2e775be279c4c49f4cd8579b8d174dbe /doc | |
parent | b2914bf0af388f369865859292b1c7342e785303 (diff) | |
download | pacman-2a7101c049dd1874da09d7d120f8855c61e55809.tar.gz pacman-2a7101c049dd1874da09d7d120f8855c61e55809.tar.xz |
New --asexplicit option
This is the symmetric of --asdeps, install packages explicitly.
Documentation and completion files were updated accordingly.
Added sync301.py and upgrade032.py pactest files to test this.
I also made a little modification in ALLDEPS handling too.
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.8.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index f6eb69c3..c17700d7 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -86,11 +86,16 @@ You can also use `pacman -Su` to upgrade all packages that are out of date. See Options ------- *\--asdeps*:: - Install packages non-explicitly; in other works, fake their install reason + Install packages non-explicitly; in other words, fake their install reason to be installed as a dependency. This is useful for makepkg and other build from source tools that need to install dependencies before building the package. +*\--asexplicit*:: + Install packages explicitly; in other words, fake their install reason to + be explicitly installed. This is useful if you want mark a dependency as + explictly installed. + *-b, \--dbpath* <'path'>:: Specify an alternative database location (a typical default is ``/var/lib/pacman''). This should not be used unless you know what you are |