diff options
author | Dan McGee <dan@archlinux.org> | 2008-06-19 08:51:36 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-06-19 08:51:36 -0500 |
commit | d594b6e7978d14b5ca4cd9c295fa9b829c5565bd (patch) | |
tree | da033fa8e712d3780118f0b59cbce5aa43d4d507 /doc/pacman.8.txt | |
parent | 5c6809987e235fea760c6feb6deaceaada09b53f (diff) | |
parent | deec3c8d004ec1a5a196bcddd7d1895a6d0c35a3 (diff) | |
download | pacman-d594b6e7978d14b5ca4cd9c295fa9b829c5565bd.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'doc/pacman.8.txt')
-rw-r--r-- | doc/pacman.8.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 200eba39..5594ac61 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -191,6 +191,11 @@ Query Options[[QO]] not an entry in the database. The file will be decompressed and queried. 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. + *-s, \--search* <'regexp'>:: This will search each locally-installed package for names or descriptions that match `regexp`. @@ -266,6 +271,11 @@ linkman:pacman.conf[5]. dependencies yet to be installed. These can be piped to a file and 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. + *-s, \--search* <'regexp'>:: This will search each package in the sync databases for names or descriptions that match `regexp`. |