mount: Spacing

This commit is contained in:
tschettervictor
2025-01-20 18:30:23 -07:00
committed by GitHub
parent 0bf87b1980
commit caee31a621

View File

@@ -47,9 +47,9 @@ EOF
# Handle options.
while [ "$#" -gt 0 ]; do
case "${1}" in
-h|--help|help)
usage
;;
-h|--help|help)
usage
;;
-x|--debug)
enable_debug
shift