about summary refs log tree commit diff
path: root/Completion/Unix/Command/_gpg
diff options
context:
space:
mode:
authorAdam Gibbins <adam@adamgibbins.com>2016-09-18 18:22:21 +0100
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-22 11:20:41 +0000
commit4e51079f0bfc2fa0085376a56f3002370d90e99a (patch)
treea6f7fac4fbee5c0079c41f7ae8124336d087aac6 /Completion/Unix/Command/_gpg
parent516be1061314e975116fa13f3a4eb77eb66bb1f7 (diff)
downloadzsh-4e51079f0bfc2fa0085376a56f3002370d90e99a.tar.gz
zsh-4e51079f0bfc2fa0085376a56f3002370d90e99a.tar.xz
zsh-4e51079f0bfc2fa0085376a56f3002370d90e99a.zip
unposted: _gpg: Correct typo
Received via github (pull request #9).
Diffstat (limited to 'Completion/Unix/Command/_gpg')
-rw-r--r--Completion/Unix/Command/_gpg2
1 files changed, 1 insertions, 1 deletions
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'