mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Merge pull request #1672 from dcooper16/fix_unrecognized_option
Fix printing of unrecognized option
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter