mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-26 07:21:15 +01:00
mount: Call usage on unknown option
This commit is contained in:
@@ -54,8 +54,9 @@ while [ "$#" -gt 0 ]; do
|
||||
enable_debug
|
||||
shift
|
||||
;;
|
||||
-*)
|
||||
error_exit "Unknown Option."
|
||||
--*|-*)
|
||||
error_notify "Unknown Option."
|
||||
usage
|
||||
;;
|
||||
*)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user