From fff746052cd224bd8c6db44c8fdc8ff7f4d08510 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 13 Jun 2008 20:22:08 -0500 Subject: Document pacman -q/--quiet operation Fixes FS#10644. Signed-off-by: Dan McGee --- doc/pacman.8.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/pacman.8.txt') 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`. -- cgit v1.2.3-24-g4f1b