From 06cff9f4a3aa2f7db73bc9250598b3abe0017194 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 1 Aug 2024 12:37:22 +0200 Subject: [PATCH] correct to _usage --- usr/bin/archboot-secureboot-keys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-secureboot-keys.sh b/usr/bin/archboot-secureboot-keys.sh index c7292ebf7..c315df334 100755 --- a/usr/bin/archboot-secureboot-keys.sh +++ b/usr/bin/archboot-secureboot-keys.sh @@ -71,7 +71,7 @@ EOF echo "Finished: Keys created in ${_DIR}" else echo "ERROR: no directory specified" - usage + _usage #shellcheck disable=2317 exit 1 fi