index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Mohammad Alsaleh <ce.mohammad.alsaleh@gmail.com> | 2015-10-23 01:38:49 +0300 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-10-27 14:03:15 +1000 |
commit | 4c5bf09eec4835f8dfd300215f16289d106266d5 (patch) | |
tree | 8cfc95abbc414058bcfbf395c79555a085d3c3a3 /contrib/zsh_completion.in | |
parent | 456ebe8f8eee82c467805613f107edd84e73ac26 (diff) |
-rw-r--r-- | contrib/zsh_completion.in | 2 |
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(.,@)"' ) |