about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-12-19 15:10:38 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-12-19 15:10:38 +0000
commit17502f6eb23dfddb9bdc705eb496ebf41aae4d7c (patch)
treec8536e6108a301e79e387e63f482337bf28e1976 /Completion/X
parentcd4e617bfd289ddcc4fa1f55b3cbfdceb5100fd1 (diff)
downloadzsh-17502f6eb23dfddb9bdc705eb496ebf41aae4d7c.tar.gz
zsh-17502f6eb23dfddb9bdc705eb496ebf41aae4d7c.tar.xz
zsh-17502f6eb23dfddb9bdc705eb496ebf41aae4d7c.zip
add missing description argument in _values calls (16366)
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_vnc2
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' \