[fix] remove inseure flag from tls example in help text

pull/74/head
Adam Tauber 7 years ago
parent a589db3efc
commit be3e5197eb

@ -1549,8 +1549,8 @@ Other command line options:
-k, --insecure Allow insecure SSL certs
-R, --disable-redirects Do not follow HTTP redirects
-T, --tls MIN,MAX Restrict allowed TLS versions (values: SSL3.0,TLS1.0,TLS1.1,TLS1.2)
Examples: wuzz -k -T TLS1.1 (TLS1.1 only)
wuzz -k -T TLS1.0,TLS1.1 (from TLS1.0 up to TLS1.1)
Examples: wuzz -T TLS1.1 (TLS1.1 only)
wuzz -T TLS1.0,TLS1.1 (from TLS1.0 up to TLS1.1)
--tlsv1.0 Forces TLS1.0 only
--tlsv1.1 Forces TLS1.1 only
--tlsv1.2 Forces TLS1.2 only

Loading…
Cancel
Save