mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +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
|
(--) 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
|
||||||
|
Loading…
Reference in New Issue
Block a user