summaryrefslogtreecommitdiff
path: root/Completion/Debian/Command/_dak
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/Debian/Command/_dak
parente6fdd35a83881a957ac206b4e128886d07f37c71 (diff)
downloadzsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.tar.gz
zsh-efec6bbdb55199430dec0a003e5dc8d293de4cff.zip
49151: remove commas erroneously included in _arguments exclusion lists
Diffstat (limited to 'Completion/Debian/Command/_dak')
-rw-r--r--Completion/Debian/Command/_dak12
1 files changed, 6 insertions, 6 deletions
diff --git a/Completion/Debian/Command/_dak b/Completion/Debian/Command/_dak
index 086196c4a..8ecfd84b3 100644
--- a/Completion/Debian/Command/_dak
+++ b/Completion/Debian/Command/_dak
@@ -27,7 +27,7 @@ case $cmd in
'(-G --greaterthan)'{-G,--greaterthan}
'(-r --regex)'{-r,--regex}
'(-s --suite)'{-s,--suite=}':suite:_values -s , "suite list" oldstable stable testing unstable experimental'
- '(-S, --source-and-binary)'{-S,--source-and-binary}
+ '(-S --source-and-binary)'{-S,--source-and-binary}
'*:package:_deb_packages avail'
)
;;
@@ -75,7 +75,7 @@ case $cmd in
'(-p --partial)'{-p,--partial}'[do not affect override files]'
'(-R --rdep-check)'{-R,--rdep-check}'[check reverse dependencies]'
'(-s --suite)'{-s,--suite=}':suite:_values -s , "suite list" oldstable stable testing unstable experimental'
- '(-S, --source-only)'{-S,--source-only}'[remove source only]'
+ '(-S --source-only)'{-S,--source-only}'[remove source only]'
'*:package:_deb_packages avail'
)
;;
@@ -155,10 +155,10 @@ case $cmd in
'(-c --component)'{-c,--component=}':component:(main contrib non-free)'
'(-s --suite)'{-s,--suite=}':suite:(oldstable stable testing unstable experimental)'
'(-t --type)'{-t,--type=}':type:(deb dsc udeb)'
- '(-a, --add)'{-a,--add}'[add overrides]'
- '(-S, --set)'{-S,--set}'[set overrides]'
- '(-l, --list)'{-l,--list}'[list overrides]'
- '(-q, --quiet)'{-q,--quiet}'[be less verbose]'
+ '(-a --add)'{-a,--add}'[add overrides]'
+ '(-S --set)'{-S,--set}'[set overrides]'
+ '(-l --list)'{-l,--list}'[list overrides]'
+ '(-q --quiet)'{-q,--quiet}'[be less verbose]'
)
;;