Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#557286: zsh: completion for "gpg --verify-files" does not work
- X-seq: zsh-workers 27418
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: Clint Adams <schizo@xxxxxxxxxx>
- Subject: Re: Bug#557286: zsh: completion for "gpg --verify-files" does not work
- Date: Sat, 21 Nov 2009 00:28:57 +0100
- Cc: 557286@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxx
- In-reply-to: <20091120225756.GA29636@xxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: Clint Adams <schizo@xxxxxxxxxx>, 557286@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20091120224918.GA14403@xxxxxxxxxxxxxxx> <20091120225756.GA29636@xxxxxxxx>
On 2009-11-20 22:57:56 +0000, Clint Adams wrote:
> Index: Completion/Unix/Command/_gpg
> ===================================================================
> RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_gpg,v
> retrieving revision 1.9
> diff -u -r1.9 _gpg
> --- Completion/Unix/Command/_gpg 23 Jul 2008 00:34:04 -0000 1.9
> +++ Completion/Unix/Command/_gpg 20 Nov 2009 22:55:41 -0000
> @@ -11,8 +11,8 @@
> '(-c --symmetric)'{-c,--symmetric}'[encrypt with symmetric cypher only]' \
> '--store[store only]' \
> '--decrypt[decrypt file or stdin]' \
> - '--verify[verify a signature]:file attachment:_files' \
> - '--verify-files[verify a list of files]:_files attachment_files' \
> + '--verify[verify a signature]' \
> + '--verify-files[verify a list of files]' \
> '(-f --encrypt-files)'{-f,--encrypt-files}'[encrypt files]' \
> '--decrypt-files[decrypt files]' \
> '--list-keys[list all keys]' \
Thanks. Works OK.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author