From 912b7db10859a33fc32d46926af7198b3b390284 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 2 Jan 2007 19:58:19 +0000 Subject: 23080: fix -c and -g (both were mistakenly -b). --- Completion/X/Command/_qiv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/X') 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]' \ -- cgit 1.4.1