diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-07-29 11:39:27 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-07-29 11:39:27 +0000 |
commit | 7043040501bef7c09bfd76aba9ddf682bc50c2c0 (patch) | |
tree | de00b1a15db94e1e4875a5dca69e04f6785d2554 /Completion | |
parent | e2e59bd1310800ad24b13e14830661bdbcfcc84c (diff) | |
download | zsh-7043040501bef7c09bfd76aba9ddf682bc50c2c0.tar.gz zsh-7043040501bef7c09bfd76aba9ddf682bc50c2c0.tar.xz zsh-7043040501bef7c09bfd76aba9ddf682bc50c2c0.zip |
23718: don't use _arguments -s.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_dvi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_dvi b/Completion/Unix/Command/_dvi index bdc0ffb1e..26b05624f 100644 --- a/Completion/Unix/Command/_dvi +++ b/Completion/Unix/Command/_dvi @@ -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]' \ |