forked from germedeb/aleta-postre
added help and h arguments to the build script
This commit is contained in:
parent
6b394f69dd
commit
90082fe853
|
@ -24,7 +24,7 @@ fi
|
||||||
|
|
||||||
# Check for --help
|
# Check for --help
|
||||||
# This is the help message
|
# This is the help message
|
||||||
case "$@" in *--help*|*-h*)
|
case "$@" in *--help*|*-h*|*h*|*help*)
|
||||||
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 [args]...
|
Usage: ./tasks/build.sh [args]...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue