Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _lintian tweak
- X-seq: zsh-workers 22479
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _lintian tweak
- Date: Wed, 31 May 2006 13:01:56 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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