diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-10-03 15:59:39 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-10-03 15:59:39 +0000 |
commit | 4b65fe8966b2caffea5b1efedf078d897d0eb638 (patch) | |
tree | 76ce0671e0bf0db8f77c8321e3ab411adbdfae8f /Completion | |
parent | 7c854a26b8020c88cd79e301d8617e7dc6259abc (diff) | |
download | zsh-4b65fe8966b2caffea5b1efedf078d897d0eb638.tar.gz zsh-4b65fe8966b2caffea5b1efedf078d897d0eb638.tar.xz zsh-4b65fe8966b2caffea5b1efedf078d897d0eb638.zip |
22810: fix malformed --encrypt-to line
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_gpg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_gpg b/Completion/Unix/Command/_gpg index a4680a0c2..8028569b8 100644 --- a/Completion/Unix/Command/_gpg +++ b/Completion/Unix/Command/_gpg @@ -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]' \ |