From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10438 invoked from network); 28 Jan 2006 11:07:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Jan 2006 11:07:18 -0000 Received: (qmail 11802 invoked from network); 28 Jan 2006 11:07:11 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Jan 2006 11:07:11 -0000 Received: (qmail 19949 invoked by alias); 28 Jan 2006 11:07:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22171 Received: (qmail 19909 invoked from network); 28 Jan 2006 11:07:09 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 28 Jan 2006 11:07:09 -0000 Received: (qmail 11496 invoked from network); 28 Jan 2006 11:07:09 -0000 Received: from luonnotar.infodrom.org (195.124.48.78) by a.mx.sunsite.dk with SMTP; 28 Jan 2006 11:07:08 -0000 Received: by luonnotar.infodrom.org (Postfix, from userid 10) id 5AFBA366B78; Sat, 28 Jan 2006 12:07:07 +0100 (CET) Received: by finlandia.infodrom.north.de (Postfix, from userid 2006) id D76151118E; Sat, 28 Jan 2006 12:00:44 +0100 (CET) Date: Sat, 28 Jan 2006 12:00:44 +0100 From: Matthias Kopfermann To: Zsh-Workers Subject: oggdec completion bug Message-ID: <20060128110044.GA5212@finlandia.infodrom.north.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline X-Operating-System: Debian GNU/Linux User-Agent: Mutt/1.5.11 Hi Zsh-Workers! Here is a tiny bug i found today when using oggdec -. 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