From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8204 invoked from network); 4 Oct 2002 21:13:13 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 Oct 2002 21:13:13 -0000 Received: (qmail 17965 invoked by alias); 4 Oct 2002 21:13:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17765 Received: (qmail 17946 invoked from network); 4 Oct 2002 21:13:02 -0000 Date: Fri, 4 Oct 2002 17:12:25 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: PATCH: _apt apt-get missing some options Message-ID: <20021004211225.GA26941@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Index: Completion/Debian/Command/_apt =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_apt,v retrieving revision 1.5 diff -u -r1.5 _apt --- Completion/Debian/Command/_apt 12 Apr 2002 23:33:57 -0000 1.5 +++ Completion/Debian/Command/_apt 3 Oct 2002 21:02:35 -0000 @@ -411,7 +411,12 @@ --reinstall:bool \ -c,--config-file:configfile \ -o,--option:arbitem \ - -t:release \ + -t,--target-release,--default-release:release \ + --trivial-only:bool \ + --no-remove:bool \ + --only-source:bool \ + --diff-only:bool \ + --tar-only:bool \ -- \ /$'update\0'/ \| \ /$'upgrade\0'/ \| \