summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2020-01-02 12:19:58 -0500
committerLevente Polyak <anthraxx@archlinux.org>2020-02-27 14:50:05 +0100
commit6d273f79c3ece8d84b52b0f32c36ad2159595892 (patch)
tree08b4219703409a07e3bffc689d047de177dc3e39
parent51842a16769e63cd5a2eee5b540b903bf5eba1e5 (diff)
downloaddevtools32-6d273f79c3ece8d84b52b0f32c36ad2159595892.tar.xz
zsh-completion: update for new makerepropkg options
Thanks to anthraxx for the guidance. Original-patch-by: Levente Polyak <anthraxx@archlinux.org> Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-rw-r--r--zsh_completion.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh_completion.in b/zsh_completion.in
index a1225aa..e59bc3a 100644
--- a/zsh_completion.in
+++ b/zsh_completion.in
@@ -94,10 +94,11 @@ _offload_build_args=(
)
_makerepropkg_args=(
+ '-d[Run diffoscope if the package is unreproducible]'
'-c[Set pacman cache]:pacman_cache:_files -/'
'-M[Location of a makepkg config file]:makepkg_config:_files -g "*.conf(.)"'
'-h[Display usage]'
- '1:working_dir:_files -g "*.pkg.tar.*(.)"'
+ '*:working_dir:_files -g "*.pkg.tar.*(.)"'
)
_devtools_completions_all_packages() {