summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
diff options
context:
space:
mode:
authorNagy Gabor <ngaba@bibl.u-szeged.hu>2009-05-10 22:41:29 +0200
committerDan McGee <dan@archlinux.org>2009-05-12 04:36:43 +0200
commita783f3fbf1425fc9b8815a2ab658aa6530ce0c23 (patch)
tree8fc60f3f3616e400cf11d8efd8ec728ce6d82ca5 /src/pacman/query.c
parentf569c4a0425649853516634853159cbe8815dee6 (diff)
downloadpacman-a783f3fbf1425fc9b8815a2ab658aa6530ce0c23.tar.gz
pacman-a783f3fbf1425fc9b8815a2ab658aa6530ce0c23.tar.xz
Introduce -Qlq
With --quiet flag, -Ql doesn't print the package name, just lists the files. I made --quiet documentation up-to-date (I also added -Sgq/-Qgq). Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/query.c')
-rw-r--r--src/pacman/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/query.c b/src/pacman/query.c
index 0d48638f..14fa357f 100644
--- a/src/pacman/query.c
+++ b/src/pacman/query.c
@@ -320,7 +320,7 @@ static void display(pmpkg_t *pkg)
}
}
if(config->op_q_list) {
- dump_pkg_files(pkg);
+ dump_pkg_files(pkg, config->quiet);
}
if(config->op_q_changelog) {
dump_pkg_changelog(pkg);