From 41eeccf76bf482a2dfb6ebc4beb384a17b625ccc Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Wed, 7 Sep 2016 00:07:09 +0100 Subject: [PATCH] Fix merge of OpenSSL/GNUTLS version options in all.sh --- tests/scripts/all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 27a71f6ea..f40d52f4d 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -42,13 +42,13 @@ FORCE=0 : ${GNUTLS_LEGACY_SERV:="$GNUTLS_SERV"} : ${OUT_OF_SOURCE_DIR:=./mbedtls_out_of_source_build} -sage() +usage() { printf "Usage: $0\n" printf " -h|--help\t\tPrint this help.\n" printf " -m|--memory\t\tAdditional optional memory tests.\n" printf " -f|--force\t\tForce the tests to overwrite any modified files.\n" - printf " --out-of-source-dir\t\tDirectory used for CMake out-of-source build tests." + printf " --out-of-source-dir=\t\tDirectory used for CMake out-of-source build tests." printf " --openssl=\t\tPath to OpenSSL executable to use for most tests.\n" printf " --openssl-legacy=\t\tPath to OpenSSL executable to use for legacy tests e.g. SSLv3.\n" printf " --gnutls-cli=\t\tPath to GnuTLS client executable to use for most tests.\n"