From ac9110549ca46aa9991c87d3495b08a6b709d8b3 Mon Sep 17 00:00:00 2001 From: Thomas Ward Date: Tue, 17 Sep 2019 18:58:39 -0400 Subject: [PATCH] Update error message --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index aef5f8a..65909eb 100755 --- a/testssl.sh +++ b/testssl.sh @@ -19342,7 +19342,7 @@ parse_cmd_line() { # left off here is the URI if [[ $1 = *[![:ascii:]]* ]]; then if [[ "$(command -v idn)" == "" ]]; then - fatal "URI contains non-ASCII, IDN not available." + fatal "URI contains non-ASCII characters, and IDN not available." else URI="$(echo $1 | idn)" fi