Skip to content

Commit

Permalink
[fix] remove inseure flag from tls example in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Mar 7, 2017
1 parent a589db3 commit be3e519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be3e519

Please sign in to comment.