1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-08 06:41:58 +02:00

Update error message

This commit is contained in:
Thomas Ward
2019-09-17 18:58:39 -04:00
parent 62f504ab49
commit ac9110549c

@ -19342,7 +19342,7 @@ parse_cmd_line() {
# left off here is the URI # left off here is the URI
if [[ $1 = *[![:ascii:]]* ]]; then if [[ $1 = *[![:ascii:]]* ]]; then
if [[ "$(command -v idn)" == "" ]]; 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 else
URI="$(echo $1 | idn)" URI="$(echo $1 | idn)"
fi fi