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

Merge pull request from dcooper16/fix_unrecognized_option

Fix printing of unrecognized option
This commit is contained in:
Dirk Wetter
2020-07-07 15:53:49 +02:00
committed by GitHub

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