Skip to content

Commit

Permalink
mount: Do not show debug as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
tschettervictor authored Jan 21, 2025
1 parent dee9ab0 commit f0072ce
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions usr/local/share/bastille/mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@
. /usr/local/etc/bastille/bastille.conf

usage() {
error_notify "Usage: bastille mount [option(s)] TARGET HOST_PATH JAIL_PATH [filesystem_type options dump pass_number]"
cat << EOF
Options:
-x | --debug Enable debug mode.
EOF
exit 1
error_exit "Usage: bastille mount [option(s)] TARGET HOST_PATH JAIL_PATH [filesystem_type options dump pass_number]"
}

# Handle options.
Expand Down

0 comments on commit f0072ce

Please sign in to comment.