about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-01-02 19:58:19 +0000
committerClint Adams <clint@users.sourceforge.net>2007-01-02 19:58:19 +0000
commit912b7db10859a33fc32d46926af7198b3b390284 (patch)
tree1c995a8dede47bb1d44124dc15200576eb9f36b7 /Completion/X
parent507c58262a4d2b09f8ce58539fd497c6ecc2c5fc (diff)
downloadzsh-912b7db10859a33fc32d46926af7198b3b390284.tar.gz
zsh-912b7db10859a33fc32d46926af7198b3b390284.tar.xz
zsh-912b7db10859a33fc32d46926af7198b3b390284.zip
23080: fix -c and -g (both were mistakenly -b).
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_qiv4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/X/Command/_qiv b/Completion/X/Command/_qiv
index 2df109cd6..d10407584 100644
--- a/Completion/X/Command/_qiv
+++ b/Completion/X/Command/_qiv
@@ -14,8 +14,8 @@ _arguments -s \
   '(-m --maxpect)'{-m,--maxpect}'[expand image to fit screen size]' \
   '(-t --scale_down)'{-t,--scale_down}'[shrink images to fit screen size]' \
   '(-b --brightness)'{-b,--brightness}'[set brightness]:brightness (-32..32)' \
-  '(-c --contrast)'{-b,--contrast}'[set contrast]:contrast (-32..32)' \
-  '(-g --gamma)'{-b,--gamma}'[set gamma]:gamma (-32..32)' \
+  '(-c --contrast)'{-c,--contrast}'[set contrast]:contrast (-32..32)' \
+  '(-g --gamma)'{-g,--gamma}'[set gamma]:gamma (-32..32)' \
   '(-n --no_filter)'{-n,--no_filter}'[disable filtering of images by extension]' \
   '(-i --no_statusbar -I --statusbar)'{-i,--no_statusbar}'[disable statusbar]' \
   '(-i --no_statusbar -I --statusbar)'{-I,--statusbar}'[enable statusbar]' \