From 728c11472a27f4b6167d0f421eae722bae611ab1 Mon Sep 17 00:00:00 2001 From: Francois B Date: Thu, 22 Mar 2018 21:02:53 +0100 Subject: [PATCH] cosmetic changes --- core_functions.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/core_functions.sh b/core_functions.sh index 6c819df..3c3bf07 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -547,12 +547,13 @@ function usage () { dispSysInfos printf "\n" printf $NORMAL - printf "Usage : yggdrasil [options]\n" - printf " -f : full install (see doc for more details)\n" - printf " -c : install gtk themes and icons\n" - printf " -u : update system (apt,snap,...)\n" - printf " -v : show verison number\n" - printf " -h : show help & informations\n" + printf "Usage : yggdrasil [options]\n\n" + printf " "$BOLDVERT"-f"$NORMAL" : full install (see doc for more details)\n" + printf " "$BOLDVERT"-c"$NORMAL" : install gtk themes and icons\n" + printf " "$BOLDVERT"-u"$NORMAL" : update system (apt,snap,...)\n" + printf " "$BOLDVERT"-v"$NORMAL" : show verison number\n" + printf " "$BOLDVERT"-h"$NORMAL" : show help & informations\n" + printf "\n" } function dispSysInfos () {