about summary refs log tree commit diff
path: root/Completion/Unix/Command/_aap
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-07-09 00:32:37 +0200
committerOliver Kiddle <opk@zsh.org>2021-07-09 00:32:37 +0200
commitefec6bbdb55199430dec0a003e5dc8d293de4cff (patch)
tree7eda8bd67c569a086337ad07503ba0eabd66be89 /Completion/Unix/Command/_aap
parente6fdd35a83881a957ac206b4e128886d07f37c71 (diff)
downloadzsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.tar.gz
zsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.tar.xz
zsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.zip
49151: remove commas erroneously included in _arguments exclusion lists
Diffstat (limited to 'Completion/Unix/Command/_aap')
-rw-r--r--Completion/Unix/Command/_aap2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_aap b/Completion/Unix/Command/_aap
index 089a993c3..38e50f1fc 100644
--- a/Completion/Unix/Command/_aap
+++ b/Completion/Unix/Command/_aap
@@ -20,7 +20,7 @@ _arguments -C -s -S \
   \*{-c,--command=}'[execute a command after reading the recipe]:aap command:' \
   '(-k --continue)'{-k,--continue}'[continue building after an error]' \
   '(-S --stop)'{-S,--stop}'[stop building at first error (default)]' \
-  '(-N,--nofetch-recipe -R --fetch-recipe)'{-R,--fetch-recipe}'[fetch recipe file and child recipes]' \
+  '(-N --nofetch-recipe -R --fetch-recipe)'{-R,--fetch-recipe}'[fetch recipe file and child recipes]' \
   '(-R --fetch-recipe -N --nofetch-recipe)'{-N,--nofetch-recipe}'[do not fetch recipes for "fetch" target]' \
   '(-a --nocache)'{-a,--nocache}"[always download files, don't use the cache]" \
   '(-l --local)'{-l,--local}'[do not recurse into subdirectories]' \