cosmetic changes

This commit is contained in:
Francois B 2018-03-22 21:02:53 +01:00
parent d35ede8e1b
commit 728c11472a

View file

@ -547,12 +547,13 @@ function usage () {
dispSysInfos dispSysInfos
printf "\n" printf "\n"
printf $NORMAL printf $NORMAL
printf "Usage : yggdrasil [options]\n" printf "Usage : yggdrasil [options]\n\n"
printf " -f : full install (see doc for more details)\n" printf " "$BOLDVERT"-f"$NORMAL" : full install (see doc for more details)\n"
printf " -c : install gtk themes and icons\n" printf " "$BOLDVERT"-c"$NORMAL" : install gtk themes and icons\n"
printf " -u : update system (apt,snap,...)\n" printf " "$BOLDVERT"-u"$NORMAL" : update system (apt,snap,...)\n"
printf " -v : show verison number\n" printf " "$BOLDVERT"-v"$NORMAL" : show verison number\n"
printf " -h : show help & informations\n" printf " "$BOLDVERT"-h"$NORMAL" : show help & informations\n"
printf "\n"
} }
function dispSysInfos () { function dispSysInfos () {