zsh-workers
 help / color / mirror / code / Atom feed
* oggdec completion bug
@ 2006-01-28 11:00 Matthias Kopfermann
  2006-01-28 11:19 ` Matthias Kopfermann
  2006-01-28 15:28 ` Clint Adams
  0 siblings, 2 replies; 4+ messages in thread
From: Matthias Kopfermann @ 2006-01-28 11:00 UTC (permalink / raw)
  To: Zsh-Workers

Hi Zsh-Workers!

Here is a tiny bug i found today when using oggdec -<tab>.
Sadly '-q' and '--quiet' are not equivalent. '-q' is not a
flag in oggdec, it's '-Q'. 
This is a little sad because in mpg123 '-q' IS used for the
same thing.

        Greetings,
                Matthias


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: oggdec completion bug
  2006-01-28 11:00 oggdec completion bug Matthias Kopfermann
@ 2006-01-28 11:19 ` Matthias Kopfermann
  2006-01-28 15:28 ` Clint Adams
  1 sibling, 0 replies; 4+ messages in thread
From: Matthias Kopfermann @ 2006-01-28 11:19 UTC (permalink / raw)
  To: Zsh-Workers

Am Samstag, dem 28. Januar 2006 um 12:00 Uhr, Matthias Kopfermann:

> Here is a tiny bug i found today when using oggdec -<tab>.
> Sadly '-q' and '--quiet' are not equivalent. '-q' is not a
> flag in oggdec, it's '-Q'. 
> This is a little sad because in mpg123 '-q' IS used for the
> same thing.

I should sleep better! :)
oggdec -<tab> has not the same output as oggdec -h which i
confused with a completion.

so the completion has to fixed.

                Enough mailed ;)
                        Matthias


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: oggdec completion bug
  2006-01-28 11:00 oggdec completion bug Matthias Kopfermann
  2006-01-28 11:19 ` Matthias Kopfermann
@ 2006-01-28 15:28 ` Clint Adams
  1 sibling, 0 replies; 4+ messages in thread
From: Clint Adams @ 2006-01-28 15:28 UTC (permalink / raw)
  To: Matthias Kopfermann; +Cc: Zsh-Workers

> Here is a tiny bug i found today when using oggdec -<tab>.
> Sadly '-q' and '--quiet' are not equivalent. '-q' is not a
> flag in oggdec, it's '-Q'. 

Here you go.

Index: Completion/Unix/Command/_vorbis
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_vorbis,v
retrieving revision 1.4
diff -u -r1.4 _vorbis
--- Completion/Unix/Command/_vorbis	13 Feb 2004 18:42:26 -0000	1.4
+++ Completion/Unix/Command/_vorbis	28 Jan 2006 15:27:10 -0000
@@ -66,7 +66,7 @@
   ;;
   oggdec)
     _arguments -s \
-      '(-q --quiet)'{-q,--quiet}'[quiet mode]' \
+      '(-Q --quiet)'{-Q,--quiet}'[quiet mode]' \
       '(- *)'{-h,--help}'[print help information]' \
       '(- *)'{-v,--version}'[display version information]' \
       '(-b --bits)'{-b,--bits=}'[bits per sample]:bits per sample:(8 16)' \


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: oggdec completion bug
@ 2006-01-28 11:11 Matthias Kopfermann
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Kopfermann @ 2006-01-28 11:11 UTC (permalink / raw)
  To: Zsh-Workers

my mistake, the bug '-q' in oggdec as a quiet-flag is already fixed,
sorry.

                Matthias


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-01-28 15:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-28 11:00 oggdec completion bug Matthias Kopfermann
2006-01-28 11:19 ` Matthias Kopfermann
2006-01-28 15:28 ` Clint Adams
2006-01-28 11:11 Matthias Kopfermann

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).