1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-21 21:21:45 +02:00

Merge pull request from dcooper16/fix_unrecognized_option_3.0

Fix printing of unrecognized option in 3.0 branch
This commit is contained in:
Dirk Wetter
2020-07-07 15:54:11 +02:00
committed by GitHub

@ -19874,7 +19874,7 @@ parse_cmd_line() {
(--) shift
break
;;
(-*) tmln_warning "0: unrecognized option \"$1\"" 1>&2;
(-*) tmln_warning "$0: unrecognized option \"$1\"" 1>&2;
help 1
;;
(*) break