diff options
| author | Oliver Kiddle <opk@zsh.org> | 2021-07-09 00:32:37 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2021-07-09 00:32:37 +0200 |
| commit | efec6bbdb55199430dec0a003e5dc8d293de4cff (patch) | |
| tree | 7eda8bd67c569a086337ad07503ba0eabd66be89 /Completion/Unix/Command/_aap | |
| parent | 49150: consistently use singular form for headings on completion match groups (diff) | |
| download | zsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.tar zsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.tar.gz zsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.tar.bz2 zsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.tar.lz zsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.tar.xz zsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.tar.zst 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/_aap | 2 |
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]' \ |
