diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2019-11-28 21:49:43 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-11-30 13:25:06 +0100 |
commit | 74313db9ee243b30b48d355f88b3c8971b90161f (patch) | |
tree | f4025840b18affff199c3aef09875f722294971e | |
parent | 2c611d20bdd04feae6ab32a7ef8947aeb4118604 (diff) | |
download | devtools32-74313db9ee243b30b48d355f88b3c8971b90161f.tar.xz |
completion: reflect new -U mkarchchroot option
-rw-r--r-- | zsh_completion.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh_completion.in b/zsh_completion.in index 4316b5a..1c7862e 100644 --- a/zsh_completion.in +++ b/zsh_completion.in @@ -58,6 +58,7 @@ _makechrootpkg_args=( ) _mkarchroot_args=( + '-U[Install a package into the working copy]:target:_files -g "*.pkg.tar.*(.)"' '-C[Location of a pacman config file]:pacman_config:_files -g "*.conf(.)"' '-M[Location of a makepkg config file]:makepkg_config:_files -g "*.conf(.)"' '-c[Set pacman cache]:pacman_cache:_files -/' |