summaryrefslogtreecommitdiffstats
path: root/contrib/zsh_completion
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-03-30 18:48:15 +0200
committerDan McGee <dan@archlinux.org>2009-07-23 03:13:53 +0200
commitca6ef852f9944ad31e8a136f7faf71da2c5fb57f (patch)
treeddc13ce9e32a17c4c916720cf0e290fb7175c60b /contrib/zsh_completion
parent4b21504ffc947d39a0c69a774fe14a37262942a8 (diff)
downloadpacman-ca6ef852f9944ad31e8a136f7faf71da2c5fb57f.tar.gz
pacman-ca6ef852f9944ad31e8a136f7faf71da2c5fb57f.tar.xz
New feature: files verification
This implements FS#13877. Add a new option "-Qk" which checks if all of the files for a given package (or packages) are really on the system (i.e. not accidentally deleted). This can be combined with filters and other display options. It also respects both the --quiet and --verbose flags to give varying levels of output. Based on the original patch by Charly Coste <changaco@laposte.net>, thanks for your work! Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/zsh_completion')
-rw-r--r--contrib/zsh_completion1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/zsh_completion b/contrib/zsh_completion
index e1273184..2f43d9b2 100644
--- a/contrib/zsh_completion
+++ b/contrib/zsh_completion
@@ -50,6 +50,7 @@ _pacman_opts_query_modifiers=(
'-e[List packages explicitly installed]'
'-i[View package information]'
'-ii[View package information including backup files]'
+ '-k[Check package files]'
'-l[List package contents]'
'-m[List installed packages not found in sync db(s)]'
'-t[List packages not required by any package]'