mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
Merge pull request #1672 from dcooper16/fix_unrecognized_option
Fix printing of unrecognized option
This commit is contained in:
commit
6071ae9883
@ -21693,7 +21693,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
|
||||
|
Loading…
Reference in New Issue
Block a user