From e6c13c1bee5f93635de270e0c029987ac41da0ae Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Thu, 16 Aug 2007 13:41:57 +0200 Subject: [PATCH] Update manpage with new query options. Signed-off-by: Chantry Xavier --- doc/pacman.8.txt | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 26bb053..120ead4 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -137,8 +137,15 @@ Query Options[[QO]] View the ChangeLog of a package. Not every package will provide one but it will be shown if available. -*-e, \--orphans*:: - List all packages that were pulled in by a previously installed package +*-t, \--orphans*:: + List all packages not required by any installed package. + +*-e, \--explicit*:: + List all packages explicitly installed. + +*-d, \--deps*:: + List all packages installed as dependencies. Can be combined with -t + for listing real orphans : packages that were installed as dependencies but no longer required by any installed package. *-g, \--groups*:: @@ -170,7 +177,7 @@ Query Options[[QO]] This will search each locally-installed package for names or descriptions that match `regexp`. -*-t, \--test*:: +*\--test*:: Run some brief checks looking at the consistency of the local database. *-u, \--upgrades*:: -- 1.5.2.4