From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12630 invoked from network); 10 Jul 2005 12:00:58 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 Jul 2005 12:00:58 -0000 Received: (qmail 82983 invoked from network); 10 Jul 2005 12:00:53 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Jul 2005 12:00:52 -0000 Received: (qmail 1232 invoked by alias); 10 Jul 2005 12:00:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21416 Received: (qmail 1223 invoked from network); 10 Jul 2005 12:00:50 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 Jul 2005 12:00:50 -0000 Received: (qmail 82706 invoked from network); 10 Jul 2005 12:00:50 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 10 Jul 2005 12:00:46 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 5D99770058; Sun, 10 Jul 2005 08:00:42 -0400 (EDT) Date: Sun, 10 Jul 2005 08:00:42 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: PATCH: _gpg --keyring Message-ID: <20050710120042.GA27723@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 Probably other options take = as well. Index: Completion/Unix/Command/_gpg =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_gpg,v retrieving revision 1.4 diff -u -r1.4 _gpg --- Completion/Unix/Command/_gpg 5 Mar 2004 13:25:47 -0000 1.4 +++ Completion/Unix/Command/_gpg 10 Jul 2005 11:59:26 -0000 @@ -86,7 +86,7 @@ --show-photos --no-show-photos '--photo-viewer:command:_command_names -e'\ --exec-path:path:_dir_list' \ --show-keyring[display keyring name when listing keys]' \ - '--keyring[add specified file to list of keyrings]:file:_files' \ + '--keyring=[add specified file to list of keyrings]:file:_files' \ '--secret-keyring[add specified file to list of secret keyrings]:file:_files' \ --homedir:directory:_directories \ '--charset:character set:(iso-8859-1 iso-8859-2 koi8-r utf-8)' \