From 9af9c0f328094228fa363d842ddc9b2a605f0d22 Mon Sep 17 00:00:00 2001 From: Nagy Gabor Date: Fri, 5 Jun 2009 14:40:41 +0200 Subject: Document -T in the manual See FS#14833. Signed-off-by: Nagy Gabor [Dan: slight wording rework] Signed-off-by: Dan McGee --- doc/pacman.8.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/pacman.8.txt') 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 <