summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNagy Gabor <ngaba@bibl.u-szeged.hu>2009-06-05 14:40:41 +0200
committerDan McGee <dan@archlinux.org>2009-06-06 17:46:56 +0200
commit9af9c0f328094228fa363d842ddc9b2a605f0d22 (patch)
tree527b514dc01e6b26ab8caa371b3aefc73afc345b /doc
parentf4ecc908eccc3ace2e40b15be837e4fa44ecf0a0 (diff)
downloadpacman-9af9c0f328094228fa363d842ddc9b2a605f0d22.tar.gz
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.txt7
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