Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug#557286: zsh: completion for "gpg --verify-files" does not work



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