From 6affa025d7e868207b66de82571a445472477c1c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 1 Aug 2024 12:40:44 +0200 Subject: [PATCH] unify _usage --- usr/bin/archboot-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/archboot-update.sh b/usr/bin/archboot-update.sh index a8167881e..8ab1340f7 100755 --- a/usr/bin/archboot-update.sh +++ b/usr/bin/archboot-update.sh @@ -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