diff options
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2009-06-05 14:40:41 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-06-06 10:46:56 -0500 |
commit | 9af9c0f328094228fa363d842ddc9b2a605f0d22 (patch) | |
tree | 527b514dc01e6b26ab8caa371b3aefc73afc345b /doc | |
parent | f4ecc908eccc3ace2e40b15be837e4fa44ecf0a0 (diff) | |
download | pacman-9af9c0f328094228fa363d842ddc9b2a605f0d22.tar.xz |
Document -T in the manual
See FS#14833.
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
[Dan: slight wording rework]
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.8.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 5fa576bd..edc4cc5d 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -74,6 +74,13 @@ to determine which packages need upgrading. This behavior operates as follows: Numeric: 1 < 1.0 < 1.1 < 1.1.1 < 1.2 < 2.0 < 3.0.0 +*-T, \--deptest*:: + Check dependencies; this is useful in scripts such as makepkg to check + installed packages. This operation will check each dependency specified and + return a list of those which are not currently satisfied on the system. + This operation accepts no other options. Example usage: `pacman -T qt + "bash>=3.2"`. + *-U, \--upgrade*:: Upgrade or add package(s) to the system. Either a URL or file path can be specified. This is a ``remove-then-add'' process. See <<HCF,Handling Config |