mount: Call usage on unknown option

This commit is contained in:
tschettervictor
2025-01-20 18:42:39 -07:00
committed by GitHub
parent 90777ca37e
commit c790e65f13

View File

@@ -54,8 +54,9 @@ while [ "$#" -gt 0 ]; do
enable_debug
shift
;;
-*)
error_exit "Unknown Option."
--*|-*)
error_notify "Unknown Option."
usage
;;
*)
break