diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-12-19 15:10:38 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-12-19 15:10:38 +0000 |
commit | 17502f6eb23dfddb9bdc705eb496ebf41aae4d7c (patch) | |
tree | c8536e6108a301e79e387e63f482337bf28e1976 /Completion/X/Command | |
parent | cd4e617bfd289ddcc4fa1f55b3cbfdceb5100fd1 (diff) | |
download | zsh-17502f6eb23dfddb9bdc705eb496ebf41aae4d7c.tar.gz zsh-17502f6eb23dfddb9bdc705eb496ebf41aae4d7c.tar.xz zsh-17502f6eb23dfddb9bdc705eb496ebf41aae4d7c.zip |
add missing description argument in _values calls (16366)
Diffstat (limited to 'Completion/X/Command')
-rw-r--r-- | Completion/X/Command/_vnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_vnc b/Completion/X/Command/_vnc index 24ffc3f83..ce324a81d 100644 --- a/Completion/X/Command/_vnc +++ b/Completion/X/Command/_vnc @@ -21,7 +21,7 @@ case $service in ;; *vncviewer) _xt_arguments -shared -viewonly -fullscreen -bgr233 -owncmap -truecolour \ - '-encodings:encodings:_values -s " " copyrect hextile corre rre raw' \ + '-encodings:encodings:_values -s " " encoding copyrect hextile corre rre raw' \ '-depth:depth' \ '-passwd:file:_files' \ '(1)-listen:display number' \ |