about summary refs log tree commit diff
path: root/Completion/Unix/Command/_gpg
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-22 02:13:55 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-22 02:13:55 +0000
commit59a0b52e6159b91d0fdc015a440858a8bb221aca (patch)
tree727251fd3b15fa7559707ec338e662124c570e32 /Completion/Unix/Command/_gpg
parent0198b8423dfd4aab7f1c1d2b2938cb5124724212 (diff)
downloadzsh-59a0b52e6159b91d0fdc015a440858a8bb221aca.tar.gz
zsh-59a0b52e6159b91d0fdc015a440858a8bb221aca.tar.xz
zsh-59a0b52e6159b91d0fdc015a440858a8bb221aca.zip
29328: Another missing backslash in _git, remove some not needed backslashes in array definitions.
Diffstat (limited to 'Completion/Unix/Command/_gpg')
-rw-r--r--Completion/Unix/Command/_gpg4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_gpg b/Completion/Unix/Command/_gpg
index 3043f7abb..6f2fd4834 100644
--- a/Completion/Unix/Command/_gpg
+++ b/Completion/Unix/Command/_gpg
@@ -22,7 +22,7 @@ gpgbasic=('(-e --encrypt)'{-e,--encrypt}'[encrypt data. this option may be combi
   '(-c --symmetric)'{-c,--symmetric}'[encrypt with symmetric cypher only]'
   '(-s --sign)'{-s,--sign}'[make a signature]'
   '*'{-r+,--recipient}'[specify user to encrypt for]:recipient:->public-keys'
-  '(-u --local-user)'{-u+,--local-user}'[use name as the user ID to sign]:user attachment:_users'\
+  '(-u --local-user)'{-u+,--local-user}'[use name as the user ID to sign]:user attachment:_users'
   '(-o --output)'{-o+,--output}'[write output to file]:output file:_files'
   '(-h --help)'{-h,--help}'[display usage information]'
   '--version[print info on program version and supported algorithms]')
@@ -44,7 +44,7 @@ gpgextra=('--decrypt-files[decrypt multiple files]'
   '--list-packets[list only the sequence of packets]'
   '--gen-key[generate a new pair key]'
   '--edit-key[a menu for edit yours keys]:key attachment:->public-keys'
-  '--sign-key[sign a key]:key attachment:->public-keys'\
+  '--sign-key[sign a key]:key attachment:->public-keys'
   '--lsign-key[sign a key but mark as non-exportable]:key attachment:->public-keys'
   '--nrsign-key[sign a key non-revocably]'
   '--delete-key[remove key from public keyring]:key attachment:->public-keys'