summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Debian/Command/_lintian2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 493d12c43..f5c909746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-31 Clint Adams <clint@zsh.org>
+
+ * 22479: Completion/Debian/Command/_lintian: _arguments -s.
+
2006-05-30 Wayne Davison <wayned@users.sourceforge.net>
* 22476: Src/pattern.c: silenced some compiler warnings and
diff --git a/Completion/Debian/Command/_lintian b/Completion/Debian/Command/_lintian
index 61878b368..ddb3e77b7 100644
--- a/Completion/Debian/Command/_lintian
+++ b/Completion/Debian/Command/_lintian
@@ -1,6 +1,6 @@
#compdef lintian
-_arguments \
+_arguments -s \
'(-c -r -u -C -R -S -X --check --check-part --dont-check-part --remove --remove-lab --setup-lab --unpack)'{-S,--setup-lab}'[setup or update the laboratory]' \
'(-c -r -u -C -R -S -X --check --check-part --dont-check-part --remove --remove-lab --setup-lab --unpack)'{-R,--remove-lab}'[remove the laboratory directory]' \
'(-c -r -u -C -R -S -X --check --check-part --dont-check-part --remove --remove-lab --setup-lab --unpack)'{-c,--check}'[run all checks over the specified packages]' \