unify _usage

This commit is contained in:
Tobias Powalowski 2024-08-01 12:40:44 +02:00
parent ad1fe84dcb
commit 6affa025d7

View file

@ -28,8 +28,8 @@ while [ $# -gt 0 ]; do
-custom-xorg|--custom-xorg) _CUSTOM_X="1" ;;
-custom-wayland|--custom-wayland) _CUSTOM_WAYLAND="1" ;;
-full-system|--full-system) _FULL_SYSTEM="1" ;;
-h|--h|-help|--help|?) usage ;;
*) usage ;;
-h|--h|-help|--help|?) _usage ;;
*) _usage ;;
esac
shift
done