Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _lintian tweak



Because of complaints that lintian -vi <TAB> doesn't work.

Index: Completion/Debian/Command/_lintian
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_lintian,v
retrieving revision 1.1
diff -u -r1.1 _lintian
--- Completion/Debian/Command/_lintian	25 Dec 2004 16:27:25 -0000	1.1
+++ Completion/Debian/Command/_lintian	31 May 2006 16:59:12 -0000
@@ -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]' \



Messages sorted by: Reverse Date, Date, Thread, Author