index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2009-05-10 22:41:29 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-05-11 21:36:43 -0500 |
commit | a783f3fbf1425fc9b8815a2ab658aa6530ce0c23 (patch) | |
tree | 8fc60f3f3616e400cf11d8efd8ec728ce6d82ca5 /doc/pacman.8.txt | |
parent | f569c4a0425649853516634853159cbe8815dee6 (diff) |
-rw-r--r-- | doc/pacman.8.txt | 18 |
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 95880a25..cc3d396a 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -204,9 +204,13 @@ Query Options[[QO]] This is useful in combination with '\--info' and '\--list'. *-q, \--quiet*:: - Show less information for certain query operations. Search will only show - package names and not version, group, and description information; a bare - query will only show package names rather than names and versions. + Show less information for certain query operations. (This is useful when + pacman's output is processed in a script.) Search will only show package + names and not version, group, and description information; owns will + only show package names and versions instead of "file is owned by pkg" + messages; group will only show package names and omit group names; list + will only show files and omit package names; a bare query will only + show package names rather than names and versions. *-s, \--search* <'regexp'>:: This will search each locally-installed package for names or @@ -284,9 +288,11 @@ linkman:pacman.conf[5]. downloaded at a later time, using a program like wget. *-q, \--quiet*:: - Show less information for certain sync operations. Search will only show - package names and not version, group, and description information; list - will only show package names and omit databases and versions. + Show less information for certain sync operations. (This is useful when + pacman's output is processed in a script.) Search will only show package + names and not repo, version, group, and description information; list + will only show package names and omit databases and versions; group will + only show package names and omit group names. *-s, \--search* <'regexp'>:: This will search each package in the sync databases for names or |