diff options
author | Adam Gibbins <adam@adamgibbins.com> | 2016-09-18 18:22:21 +0100 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-09-22 11:20:41 +0000 |
commit | 4e51079f0bfc2fa0085376a56f3002370d90e99a (patch) | |
tree | a6f7fac4fbee5c0079c41f7ae8124336d087aac6 | |
parent | 516be1061314e975116fa13f3a4eb77eb66bb1f7 (diff) | |
download | zsh-4e51079f0bfc2fa0085376a56f3002370d90e99a.tar.gz zsh-4e51079f0bfc2fa0085376a56f3002370d90e99a.tar.xz zsh-4e51079f0bfc2fa0085376a56f3002370d90e99a.zip |
unposted: _gpg: Correct typo
Received via github (pull request #9).
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Unix/Command/_gpg | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 6a60e0e0a..0b5cc93e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-09-22 Adam Gibbins <adam@adamgibbins.com> + + * unposted: Completion/Unix/Command/_gpg: Correct typo + 2016-09-21 Barton E. Schaefer <schaefer@brasslantern.com> * unposted: Completion/Darwin/Type/_retrieve_mac_apps: add diff --git a/Completion/Unix/Command/_gpg b/Completion/Unix/Command/_gpg index fe236d5bf..fe6084f20 100644 --- a/Completion/Unix/Command/_gpg +++ b/Completion/Unix/Command/_gpg @@ -62,7 +62,7 @@ fi '--desig-revoke[generate a designated revocation certificate]' '--export[export all key from all keyrings]' '--send-keys[send keys to a keyserver]:key attachment:->public-keyids' - '--export-secret-keys:key attahment:->secret-keys' + '--export-secret-keys:key attachment:->secret-keys' '--export-secret-subkeys:key attachment:->secret-keys' '--import[import a gpg key from a file]:_files attachment:_files' '--fast-import[import a file without build trustdb]:_files attachment:_files' |