updated help

This commit is contained in:
germedeb 2022-08-16 15:37:23 -03:00
parent b76fdcf9b3
commit 00b3c20677
1 changed files with 13 additions and 15 deletions

View File

@ -34,22 +34,20 @@ fi
# This is the help message # This is the help message
case "$@" in *--help*|*-h*) case "$@" in *--help*|*-h*)
printf "${info_color}Aleta's build script help${reset_colors}\\n\ printf "${info_color}Aleta's build script help${reset_colors}\\n\
Usage: ./tasks/build.sh [OPTION]...
-h ${info_color}Examples:${reset_colors}
--help Show this help. ./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
-a h -h --help help Show this help.
--no-optipng
--avoid-optipng Don't launch optipng process
-r a avoid-optipng Don't launch optipng process
--from-cero
--again
--restart Copy the SVG again and start the build again
-i r from-cero restart Copy the SVG again and start the build again
--update
--autoinstall Autoinstall to User directory i update autoinstall Autoinstall to User directory
This software is licensed under the GPLv3 and the CC-BY-SA 4.0 licenses. This software is licensed under the GPLv3 and the CC-BY-SA 4.0 licenses.
See README and LICENSE for more information\\n" See README and LICENSE for more information\\n"