zsh-workers
 help / color / mirror / code / Atom feed
* bug in _qiv
@ 2007-01-02 18:25 arno.
  0 siblings, 0 replies; only message in thread
From: arno. @ 2007-01-02 18:25 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]

Hi,
there seems to typo in _qiv completion :

-  '(-c --contrast)'{-b,--contrast}'[set contrast]:contrast (-32..32)' \
and 
-  '(-g --gamma)'{-b,--gamma}'[set gamma]:gamma (-32..32)' \

from my manual 
-c and -g are the rights options for contrast and gamma respectively.

I join a correction suggestion

arno.




--- _qiv	2006-11-24 05:37:22.000000000 +0100
+++ _qiv~	2007-01-02 19:19:15.000000000 +0100
@@ -14,8 +14,8 @@
   '(-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]' \

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-02 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-02 18:25 bug in _qiv arno.

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).