mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-16 09:01:25 +01:00
22810: fix malformed --encrypt-to line
This commit is contained in:
parent
7c854a26b8
commit
4b65fe8966
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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]' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue