diff options
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2009-05-10 22:41:29 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-05-12 04:36:43 +0200 |
commit | a783f3fbf1425fc9b8815a2ab658aa6530ce0c23 (patch) | |
tree | 8fc60f3f3616e400cf11d8efd8ec728ce6d82ca5 /src/pacman/package.h | |
parent | f569c4a0425649853516634853159cbe8815dee6 (diff) | |
download | pacman-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/package.h')
-rw-r--r-- | src/pacman/package.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/package.h b/src/pacman/package.h index 14bc7d65..aede2a11 100644 --- a/src/pacman/package.h +++ b/src/pacman/package.h @@ -25,7 +25,7 @@ void dump_pkg_full(pmpkg_t *pkg, int level); void dump_pkg_sync(pmpkg_t *pkg, const char *treename); void dump_pkg_backups(pmpkg_t *pkg); -void dump_pkg_files(pmpkg_t *pkg); +void dump_pkg_files(pmpkg_t *pkg, int quiet); void dump_pkg_changelog(pmpkg_t *pkg); #endif /* _PM_PACKAGE_H */ |