zsh-workers
 help / color / mirror / code / Atom feed
From: "arno." <arno.@no-log.org>
To: zsh-workers@sunsite.dk
Subject: bug in _qiv
Date: Tue, 2 Jan 2007 19:25:21 +0100	[thread overview]
Message-ID: <20070102182521.GA6062@localhost.localdomain> (raw)

[-- 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 --]

                 reply	other threads:[~2007-01-02 18:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070102182521.GA6062@localhost.localdomain \
    --to="arno."@no-log.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).