From 74313db9ee243b30b48d355f88b3c8971b90161f Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Thu, 28 Nov 2019 21:49:43 +0100 Subject: completion: reflect new -U mkarchchroot option --- zsh_completion.in | 1 + 1 file changed, 1 insertion(+) 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 -/' -- cgit v1.2.3-54-g00ecf