diff options
| author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-10-01 23:10:17 +0200 |
|---|---|---|
| committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-10-01 23:10:17 +0200 |
| commit | 7d2d242b30dad78cc9df81a275324e57c9fedd34 (patch) | |
| tree | 4a7109e672df04594c5cab70355c9cfb08b82627 /Completion/Unix/Command/_gnutls | |
| parent | 44783, 44791: mark some repeatable options with * in the _arguments specs (diff) | |
| download | zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.gz zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.bz2 zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.lz zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.xz zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.zst zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.zip | |
44798: completion option update
Diffstat (limited to 'Completion/Unix/Command/_gnutls')
| -rw-r--r-- | Completion/Unix/Command/_gnutls | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_gnutls b/Completion/Unix/Command/_gnutls index 8b8f6c78e..6c9956b10 100644 --- a/Completion/Unix/Command/_gnutls +++ b/Completion/Unix/Command/_gnutls @@ -85,7 +85,7 @@ case "$service" in '--benchmark-tls-ciphers[benchmark TLS ciphers]' '--priority-list[print list of the supported priority strings]' '*--alpn=[enable application layer protocol]:string' - '--recordsize=[specify maximum record size to advertise]:record size' + '--recordsize=[specify maximum record size to advertise]:record size (0-4096)' "--disable-sni[don't send a Server Name]" '--single-key-share[send a single key share under TLS1.3]' '--post-handshake-auth[enable post-handshake authentication under TLS1.3]' @@ -119,6 +119,8 @@ case "$service" in '--pskhint=[specify PSK identity hint to use]:string' '*--ocsp-response=[specify OCSP response to send to client]:string:_files' '--ignore-ocsp-response-errors[ignore any errors when setting the OCSP response]' + '--recordsize=[specify maximum record size to advertise]:record size (0-16384)' + '--httpdata=[specify data to use as HTTP response]:file:_files' ) ;; |
