forked from germedeb/aleta-postre
updated help examples in the build script
This commit is contained in:
parent
7a13c6cf7c
commit
10c765458f
|
@ -29,10 +29,10 @@ case "$@" in *--help*|*-h*|*help*)
|
||||||
Usage: ./tasks/build.sh [args]...
|
Usage: ./tasks/build.sh [args]...
|
||||||
|
|
||||||
${info_color}Examples:${reset_colors}
|
${info_color}Examples:${reset_colors}
|
||||||
./tasks/build.sh re Start the build from cero
|
./tasks/build.sh -r -e Start the build from cero
|
||||||
./tasks/build.sh rei Same but now it autoinstalls
|
./tasks/build.sh -r -e -i Same but now it autoinstalls
|
||||||
./tasks/build.sh oer Same as the first one but now launch optipng
|
./tasks/build.sh -o -e -r Same as the first one but now launch optipng
|
||||||
./tasks/build.sh e Continue building. useful if you cancelled the build
|
./tasks/build.sh -e Continue building. useful if you cancelled the build
|
||||||
|
|
||||||
${info_color}Arguments:${reset_colors}
|
${info_color}Arguments:${reset_colors}
|
||||||
-h --help help Show this help.
|
-h --help help Show this help.
|
||||||
|
|
Loading…
Reference in New Issue