mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-29 05:04:32 +02:00
mount: Stay consistent with "Unknown Option."
This commit is contained in:
@@ -55,7 +55,7 @@ while [ "$#" -gt 0 ]; do
|
||||
shift
|
||||
;;
|
||||
-*)
|
||||
error_exit "Unknown Option: \"${1}\""
|
||||
error_exit "Unknown Option."
|
||||
;;
|
||||
*)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user