From be3e5197eb25f0499e29e744f634c95294b31b43 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 7 Mar 2017 01:32:14 +0100 Subject: [PATCH] [fix] remove inseure flag from tls example in help text --- wuzz.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wuzz.go b/wuzz.go index ab17539..573daee 100644 --- a/wuzz.go +++ b/wuzz.go @@ -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