1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 18:30:55 +01:00

23718: don't use _arguments -s.

This commit is contained in:
Clint Adams 2007-07-29 11:39:27 +00:00
parent e2e59bd131
commit 7043040501
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-07-29 Clint Adams <clint@zsh.org>
* 23718: Completion/Unix/Command/_dvi: don't use _arguments -s.
2007-07-28 Clint Adams <clint@zsh.org>
* 23714: Completion/Unix/Command/_dvi: handle dvips -G, -R, -u, -U,

View file

@ -11,7 +11,7 @@ args=(
case "$service" in
dvips)
_arguments -s \
_arguments \
'-a[make three passes]' \
'(-B)-A[print only odd numbered pages]' \
'(-A)-B[print only even numbered pages]' \