about summary refs log tree commit diff
path: root/Completion/Unix/Command/_gnutls
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2010-06-06 13:44:11 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2010-06-06 13:44:11 +0000
commita54fdc70be299a203a51d69c4e823f209a4c06ca (patch)
tree6d1c67674d388e1ca64c4210e283d1bd11eea2c7 /Completion/Unix/Command/_gnutls
parent4ad0a25af110e2afe956bce13e901f78fd9e6bcd (diff)
downloadzsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.gz
zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.xz
zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.zip
unposted: fix incorrectly capitalized completion descriptions
Diffstat (limited to 'Completion/Unix/Command/_gnutls')
-rw-r--r--Completion/Unix/Command/_gnutls4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_gnutls b/Completion/Unix/Command/_gnutls
index b30408199..64f8e3cf5 100644
--- a/Completion/Unix/Command/_gnutls
+++ b/Completion/Unix/Command/_gnutls
@@ -26,8 +26,8 @@ _arguments \
      "$_gnutls_cli_common_args[@]" \
      '(-r --resume)'{-r,--resume}'[resume session]' \
      '(-s --starttls)'{-s,--starttls}'[start TLS on EOF or SIGALRM]' \
-     '--crlf[Send CR LF instead of LF]' \
-     '--x509fmtder[Use DER format for certificates to read from]' \
+     '--crlf[send CR LF instead of LF]' \
+     '--x509fmtder[use DER format for certificates to read from]' \
      '(-f --fingerprint)'{-f,--fingerprint}'[send the openpgp fingerprint instead of the key]' \
      '--disable-extensions[disable all the TLS extensions]' \
      '--xml[print the certificate information in XML format]' \