From ae8f998f8f0b0e248aa84b1282d7bfd3caeac833 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 23 Jun 2015 07:56:56 +0200 Subject: [PATCH] * help corrected, -e is standard --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 878bcd1..2a28ac1 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3300,7 +3300,7 @@ $PROG_NAME -V|--local pretty print all local ciphers -V|--local what local cipher with is a/v? -$PROG_NAME URI ("$PROG_NAME URI" does everything except ciphers per proto/each cipher) +$PROG_NAME URI ("$PROG_NAME URI" does everything except -E) -e, --each-cipher checks each local cipher remotely -E, --cipher-per-proto checks those per protocol @@ -4194,4 +4194,4 @@ fi exit $ret -# $Id: testssl.sh,v 1.288 2015/06/22 21:19:07 dirkw Exp $ +# $Id: testssl.sh,v 1.289 2015/06/23 05:56:54 dirkw Exp $