diff options
author | Allan McRae <allan@archlinux.org> | 2013-03-27 06:08:00 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-03-30 00:06:12 +0100 |
commit | a31e8bdff6fc4c79462c3ac87ab67dc21895b954 (patch) | |
tree | f5913db5be59c6d8060d9125b2616a5942a7fab2 | |
parent | 38f0a7d46276c0c2f89993037f0ac7dcd516875a (diff) | |
download | pacman-a31e8bdff6fc4c79462c3ac87ab67dc21895b954.tar.gz pacman-a31e8bdff6fc4c79462c3ac87ab67dc21895b954.tar.xz |
Document -Qkk
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | doc/pacman.8.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index d1c7d203..189e1137 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -269,7 +269,9 @@ Query Options[[QO]] *-k \--check*:: Check that all files owned by the given package(s) are present on the system. If packages are not specified or filter flags are not provided, - check all installed packages. + check all installed packages. Specifying this option twice will perform + more detailed file checking (including permissions, file sizes and + modification times) for packages that contain the needed mtree file. *-l, \--list*:: List all files owned by a given package. Multiple packages can be |