about summary refs log tree commit diff
path: root/Completion/Debian
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
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/Debian')
-rw-r--r--Completion/Debian/Command/_dak12
-rw-r--r--Completion/Debian/Command/_dpkg2
-rw-r--r--Completion/Debian/Command/_madison2
3 files changed, 8 insertions, 8 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]'
         )
     ;;
 
diff --git a/Completion/Debian/Command/_dpkg b/Completion/Debian/Command/_dpkg
index 3477e6116..48ea2db97 100644
--- a/Completion/Debian/Command/_dpkg
+++ b/Completion/Debian/Command/_dpkg
@@ -86,7 +86,7 @@ _dpkg_deb_and_query_only_options=(
 _dpkg_query_actions=(
       '(--status -s)'{--status,-s}'[display package status]:*:packages:->status'
       '(--print-avail -p)'{--print-avail,-p}'[display available details]:packages:_deb_packages avail'
-      '(--listfiles, -L)'{--listfiles,-L}'[list owned files]:*:packages:->listfiles'
+      '(--listfiles -L)'{--listfiles,-L}'[list owned files]:*:packages:->listfiles'
       '(--list -l)'{--list,-l}'[list packages]:*:packages:->list'
       '(--search -S)'{--search,-S}'[search for file owner]:*:pattern:->search'
       '--admindir=[data directory]:directory:_files -/'
diff --git a/Completion/Debian/Command/_madison b/Completion/Debian/Command/_madison
index 445b79a45..dfdf1b438 100644
--- a/Completion/Debian/Command/_madison
+++ b/Completion/Debian/Command/_madison
@@ -9,6 +9,6 @@ _arguments \
   '(-h --help)'{-h,--help} \
   '(-r --regex)'{-r,--regex} \
   '(-s --suite)'{-s,--suite=}':suite:_values -s , "suite list" oldstable stable testing unstable' \
-  '(-S, --source-and-binary)'{-S,--source-and-binary} \
+  '(-S --source-and-binary)'{-S,--source-and-binary} \
   '*:package:_deb_packages avail'