summaryrefslogtreecommitdiffstats
path: root/doc/pacman.8.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-06-14 03:22:08 +0200
committerDan McGee <dan@archlinux.org>2008-06-14 19:00:40 +0200
commitfff746052cd224bd8c6db44c8fdc8ff7f4d08510 (patch)
tree7600e6c600dfd955bc8817fb685f944029e97d40 /doc/pacman.8.txt
parent331891ceb158a4fc1e47ae52d3968ebdb7e9b223 (diff)
downloadpacman-fff746052cd224bd8c6db44c8fdc8ff7f4d08510.tar.gz
pacman-fff746052cd224bd8c6db44c8fdc8ff7f4d08510.tar.xz
Document pacman -q/--quiet operation
Fixes FS#10644. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman.8.txt')
-rw-r--r--doc/pacman.8.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt
index f6eb69c3..8c37e387 100644
--- a/doc/pacman.8.txt
+++ b/doc/pacman.8.txt
@@ -193,6 +193,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`.
@@ -264,6 +269,11 @@ Sync Options[[SO]]
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`.