From 57c750e158d3e1fe861f692bdb6e9c36204bd8e9 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 13 Aug 2024 15:55:30 +0200 Subject: [PATCH] better wording --- usr/lib/archboot/iso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/iso.sh b/usr/lib/archboot/iso.sh index cbea2dac0..09bbc5af6 100644 --- a/usr/lib/archboot/iso.sh +++ b/usr/lib/archboot/iso.sh @@ -14,10 +14,10 @@ _usage () { echo " -h This message." echo " -g Starting generation of image." echo " -c=CONFIG Which CONFIG should be used." - echo " ${_CONFIG_DIR} locates the configs" + echo " ${_CONFIG_DIR} includes the config files" echo " default=${_ARCH}.conf" echo " -i=IMAGENAME Your IMAGENAME." - echo " -s Save initramfs to $(pwd)" + echo " -s Save initramfs files in current work directory" echo "" echo -e "Usage: \e[1m${_BASENAME} \e[m" exit 0