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

PATCH: _gnupg --encrypt-to misformed



Slight breakage.

Index: Completion/Unix/Command/_gpg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_gpg,v
retrieving revision 1.6
diff -u -r1.6 _gpg
--- Completion/Unix/Command/_gpg	1 Aug 2006 11:31:23 -0000	1.6
+++ Completion/Unix/Command/_gpg	3 Oct 2006 15:41:48 -0000
@@ -63,7 +63,7 @@
   '--default-recipient[specify default recipient]:recipient:->public-keys' \
   '--default-recipient-self[use default key as default recipient]' \
   '--no-default-recipient[reset default recipient]' \
-  '*--encrypt-to[specify recipient]:->public-keys' \
+  '*--encrypt-to[specify recipient]:key:->public-keys' \
   '(--encrypt-to)--no-encrypt-to[disable the use of all --encrypt-to keys]' \
   '(-q --quiet)*'{-v,--verbose}'[increase amount of output]' \
   '(-q --quiet -v --verbose)'{-q,--quiet}'[reduce amount of output]' \



Messages sorted by: Reverse Date, Date, Thread, Author