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 }