From 4c5bf09eec4835f8dfd300215f16289d106266d5 Mon Sep 17 00:00:00 2001 From: Mohammad Alsaleh Date: Fri, 23 Oct 2015 01:38:49 +0300 Subject: zsh_completion: Add --asdeps/--asexplicit to -U options Signed-off-by: Mohammad Alsaleh Signed-off-by: Allan McRae --- contrib/zsh_completion.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib') diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index 1cae1de0..69485f5e 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -41,6 +41,8 @@ _pacman_opts_pkgfile=( '--dbonly[Only remove database entry, do not remove files]' '--force[Overwrite conflicting files]' '--needed[Do not reinstall up to date packages]' + '--asdeps[mark packages as non-explicitly installed]' + '--asexplicit[mark packages as explicitly installed]' '*:package file:_files -g "*.pkg.tar*~*.sig(.,@)"' ) -- cgit v1.2.3-24-g4f1b