Skip to content

Commit

Permalink
mount: Stay consistent with "Unknown Option."
Browse files Browse the repository at this point in the history
  • Loading branch information
tschettervictor authored Jan 21, 2025
1 parent c27f0a7 commit 90777ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ while [ "$#" -gt 0 ]; do
shift
;;
-*)
error_exit "Unknown Option: \"${1}\""
error_exit "Unknown Option."
;;
*)
break
Expand Down

0 comments on commit 90777ca

Please sign in to comment.