diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/shell-completions/bash/meson | 1 | ||||
| -rw-r--r-- | data/shell-completions/zsh/_meson | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/shell-completions/bash/meson b/data/shell-completions/bash/meson index 0814342db..404369818 100644 --- a/data/shell-completions/bash/meson +++ b/data/shell-completions/bash/meson @@ -408,6 +408,7 @@ _meson-install() { shortopts=( h n + q C ) diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson index 8178060b4..f64dfd4f3 100644 --- a/data/shell-completions/zsh/_meson +++ b/data/shell-completions/zsh/_meson @@ -217,7 +217,7 @@ local -a meson_commands=( "$__meson_cd" '--no-rebuild[Do not rebuild before installing]' '--only-changed[Do not overwrite files that are older than the copied file]' - '--quiet[Do not print every file that was installed]' + '(--quiet -q)'{'--quiet','-q'}'[Do not print every file that was installed]' ) _arguments \ '(: -)'{'--help','-h'}'[show a help message and quit]' \ |
