From 8e9aba1dbff7f2182a211aae499ad83b865c2f5c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 13 Aug 2024 15:56:50 +0200 Subject: [PATCH] better wording --- usr/lib/archboot/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index 080a4a821..d1ace8276 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -20,7 +20,7 @@ _usage () { echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create Release Images\e[m" echo -e "\e[1m--------------------------------\e[m" echo "This will create an archboot release image in ." - echo "You can specify a certain with an archboot repository." + echo "Optional: You can specify a certain with an archboot repository." echo "" echo -e "Usage: \e[1m${_BASENAME} \e[m" exit 0