Remove redundant echo for unknown option.

This commit is contained in:
Nicolás A. Ortega Froysa 2025-02-18 09:18:03 +01:00
parent b7433a1021
commit d76595456f

View File

@ -43,7 +43,6 @@ do
exit exit
;; ;;
*) *)
>&2 echo "Unknown option '-$opt'."
print_usage print_usage
exit 1 exit 1
;; ;;