From 9ecebadf9924625a1f7d638f0597bc8af32e73e4 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 1 Aug 2024 10:47:12 +0200 Subject: [PATCH] add usage to cpio --- usr/lib/archboot/cpio/cpio.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/cpio/cpio.sh b/usr/lib/archboot/cpio/cpio.sh index 3a131cf65..42566a665 100644 --- a/usr/lib/archboot/cpio/cpio.sh +++ b/usr/lib/archboot/cpio/cpio.sh @@ -11,7 +11,7 @@ _TARGET_DIR="" _usage() { echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Cpio\e[m" - echo -e "\e[1m----------------\e[m" + echo -e "\e[1m---------------\e[m" echo "Tool for creating an archboot initramfs image." echo echo " -h Display this message and exit" @@ -19,7 +19,7 @@ _usage() { echo " -g Generate cpio image and write to specified " echo " -d Generate image into " echo - echo -e "Usage: \e[1m${_APPNAME} \e[m" + echo -e "Usage: \e[1m${_BASENAME} \e[m" exit 0 }