Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _gnupg --encrypt-to misformed
- X-seq: zsh-workers 22810
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _gnupg --encrypt-to misformed
- Date: Tue, 3 Oct 2006 11:42:48 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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