1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

23080: fix -c and -g (both were mistakenly -b).

This commit is contained in:
Clint Adams 2007-01-02 19:58:19 +00:00
parent 507c58262a
commit 912b7db108
2 changed files with 7 additions and 2 deletions

@ -1,3 +1,8 @@
2007-01-02 Clint Adams <clint@zsh.org>
* 23080: arno: Completion/X/Command/_qiv: fix -c and -g
(both were mistakenly -b).
2006-12-19 Peter Stephenson <pws@csr.com>
* 23071: Src/utils.c: problem with signed characters with

@ -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]' \