summary refs log tree commit diff
path: root/Completion/Debian/Command/_madison
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/_madison
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/Command/_madison')
-rw-r--r--Completion/Debian/Command/_madison2
1 files changed, 1 insertions, 1 deletions
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'