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/Debian | |
| 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/Debian')
| -rw-r--r-- | Completion/Debian/Command/_dak | 12 | ||||
| -rw-r--r-- | Completion/Debian/Command/_dpkg | 2 | ||||
| -rw-r--r-- | Completion/Debian/Command/_madison | 2 |
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' ) |
