diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-07-29 14:44:34 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-07-29 14:44:34 +0000 |
commit | 378c2c7ae7d5c98c856ab60978736f38a168151b (patch) | |
tree | 697d0a2d0009443d640c42dc5bcffc7a6d3cc33c /Completion/Unix/Command | |
parent | 7043040501bef7c09bfd76aba9ddf682bc50c2c0 (diff) | |
download | zsh-378c2c7ae7d5c98c856ab60978736f38a168151b.tar.gz zsh-378c2c7ae7d5c98c856ab60978736f38a168151b.tar.xz zsh-378c2c7ae7d5c98c856ab60978736f38a168151b.zip |
23720: handle arguments to dvips -P as part of the same word.
Diffstat (limited to 'Completion/Unix/Command')
-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 26b05624f..c01792978 100644 --- a/Completion/Unix/Command/_dvi +++ b/Completion/Unix/Command/_dvi @@ -39,7 +39,7 @@ dvips) '-O[specify offset of origin]:offset of origin (<x>,<y>)' \ '(-p -l -n)-pp[specify which pages to print]:list of pages or ranges to print:' \ '(-pp)-p[specify first page to print]:number of first page' \ - '-P[specify printer]:printer name' \ + '-P+[specify printer]:printer name' \ '-q[quiet operation]' \ '-r[reverse order of pages]' \ '-R[run securely]' \ |