Merge pull request #1673 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
commit e1b0f2d55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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