1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-15 20:51:27 +01:00

22810: fix malformed --encrypt-to line

This commit is contained in:
Clint Adams 2006-10-03 15:59:39 +00:00
parent 7c854a26b8
commit 4b65fe8966
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2006-10-03 Clint Adams <clint@zsh.org>
* 22810: Completion/Unix/Command/_gpg: fix malformed
--encrypt-to line.
* 22808: Completion/Debian/Command/_dchroot,
Completion/Debian/Command/_dchroot-dsa: handle internationalized
output and choices within brackets.

View file

@ -63,7 +63,7 @@ _arguments -C -s -S -A "-*" \
'--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]' \