mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-07-08 23:01:57 +02:00
Update error message
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user