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>
This commit is contained in:
parent
6aee32102f
commit
8ca96447dd
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,7 @@ _pacman_opts_query_modifiers=(
|
||||||
{-l,--list}'[List package contents]'
|
{-l,--list}'[List package contents]'
|
||||||
{-m,--foreign}'[List installed packages not found in sync db(s)]'
|
{-m,--foreign}'[List installed packages not found in sync db(s)]'
|
||||||
{-n,--native}'[List installed packages 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]'
|
{-t,--unrequired}'[List packages not required by any package]'
|
||||||
{-u,--upgrades}'[List packages that can be upgraded]'
|
{-u,--upgrades}'[List packages that can be upgraded]'
|
||||||
)
|
)
|
||||||
|
@ -104,6 +105,7 @@ _pacman_opts_sync_modifiers=(
|
||||||
{\*-i,\*--info}'[View package information]'
|
{\*-i,\*--info}'[View package information]'
|
||||||
{-l,--list}'[List all packages in a repository]'
|
{-l,--list}'[List all packages in a repository]'
|
||||||
{-p,--print}'[Print download URIs for each package to be installed]'
|
{-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]'
|
{\*-u,\*--sysupgrade}'[Upgrade all out-of-date packages]'
|
||||||
{-w,--downloadonly}'[Download packages only]'
|
{-w,--downloadonly}'[Download packages only]'
|
||||||
{\*-y,\*--refresh}'[Download fresh package databases]'
|
{\*-y,\*--refresh}'[Download fresh package databases]'
|
||||||
|
|
Loading…
Add table
Reference in a new issue