From 00b3c20677b3e258aca3207e7fafb660a0b09bb9 Mon Sep 17 00:00:00 2001 From: germedeb Date: Tue, 16 Aug 2022 15:37:23 -0300 Subject: [PATCH] updated help --- tasks/build.sh | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/tasks/build.sh b/tasks/build.sh index 095e81b..d72049c 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -34,22 +34,20 @@ fi # This is the help message case "$@" in *--help*|*-h*) printf "${info_color}Aleta's build script help${reset_colors}\\n\ - - -h - --help Show this help. - - -a - --no-optipng - --avoid-optipng Don't launch optipng process +Usage: ./tasks/build.sh [OPTION]... - -r - --from-cero - --again - --restart Copy the SVG again and start the build again - - -i - --update - --autoinstall Autoinstall to User directory +${info_color}Examples:${reset_colors} + ./tasks/build.sh ra Start the build from cero, don't launch optipng + ./tasks/build.sh rai Same but now it autoinstalls + ./tasks/build.sh Continue building. useful if you cancelled the build + + h -h --help help Show this help. + + a avoid-optipng Don't launch optipng process + + r from-cero restart Copy the SVG again and start the build again + + i update autoinstall Autoinstall to User directory This software is licensed under the GPLv3 and the CC-BY-SA 4.0 licenses. See README and LICENSE for more information\\n"