diff options
Diffstat (limited to 'Completion/Unix/Command/_gnutls')
-rw-r--r-- | Completion/Unix/Command/_gnutls | 4 |
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]' \ |