From e80afcda70971bd1b3a90f5db8dcff133e78fdef Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 14 Aug 2024 23:03:40 +0200 Subject: [PATCH] highlight options --- usr/lib/archboot/container.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index 3e76330bf..922265143 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -9,9 +9,9 @@ _usage () { echo "This will create an archboot container for an archboot image." echo "" echo "Options:" - echo " -cc Cleanup container eg. removing manpages, includes..." - echo " -cp Cleanup container package cache" - echo " -install-source= Use containing archboot repository" + echo " \e[1m-cc\e[m Cleanup container eg. removing manpages, includes..." + echo " \e[1m-cp\e[m Cleanup container package cache" + echo " \e[1m-install-source=\e[m Use containing archboot repository" echo "" echo -e "Usage: \e[1m${_BASENAME} \e[m" exit 0