diff options
author | Daniel Hahler <git@thequod.de> | 2015-12-23 19:56:51 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-01-04 13:27:08 +1000 |
commit | 8ca96447ddb6f5b3f8bbb4a7ed946fc9a2907524 (patch) | |
tree | c09d51aa0f07d9e781501f630a0e4b312328a0e4 /contrib/zsh_completion.in | |
parent | 6aee32102f667a18b050e934759585260cae9ae6 (diff) | |
download | pacman-8ca96447ddb6f5b3f8bbb4a7ed946fc9a2907524.tar.xz |
zsh_completion: add -q/--quiet for -Q/-S
This should also be added for "-Fh", but that is missing completely in
zsh_completion.
1: https://lists.archlinux.org/pipermail/pacman-dev/2015-November/020538.html
Signed-off-by: Daniel Hahler <git@thequod.de>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/zsh_completion.in')
-rw-r--r-- | contrib/zsh_completion.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index 0db26b2c..58d409aa 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -65,6 +65,7 @@ _pacman_opts_query_modifiers=( {-l,--list}'[List package contents]' {-m,--foreign}'[List installed packages not found in sync db(s)]' {-n,--native}'[List installed packages found in sync db(s)]' + {-q,--quiet}'[Show less information for query and search]' {-t,--unrequired}'[List packages not required by any package]' {-u,--upgrades}'[List packages that can be upgraded]' ) @@ -104,6 +105,7 @@ _pacman_opts_sync_modifiers=( {\*-i,\*--info}'[View package information]' {-l,--list}'[List all packages in a repository]' {-p,--print}'[Print download URIs for each package to be installed]' + {-q,--quiet}'[Show less information for query and search]' {\*-u,\*--sysupgrade}'[Upgrade all out-of-date packages]' {-w,--downloadonly}'[Download packages only]' {\*-y,\*--refresh}'[Download fresh package databases]' |