From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25429 invoked from network); 23 Dec 2000 06:51:15 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Dec 2000 06:51:15 -0000 Received: (qmail 7604 invoked by alias); 23 Dec 2000 06:51:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13310 Received: (qmail 7597 invoked from network); 23 Dec 2000 06:51:07 -0000 Date: Sat, 23 Dec 2000 01:51:05 -0500 From: Clint Adams To: zsh-workers@sunsite.auc.dk Subject: PATCH: apt-cache typo correction Message-ID: <20001223015105.B8323@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i This is from Chip Salzenberg. Index: Completion/Debian/_apt =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Debian/_apt,v retrieving revision 1.9 diff -u -r1.9 _apt --- Completion/Debian/_apt 2000/11/22 08:58:05 1.9 +++ Completion/Debian/_apt 2000/12/23 06:48:03 @@ -402,7 +402,7 @@ -q,--quiet:intlevel \ -i,--important:bool \ -f,--full:bool \ - --name-only:bool \ + --names-only:bool \ -c,--config-file:configfile \ -o,--option:arbitem \ -- \