added help and h arguments to the build script

This commit is contained in:
germedeb 2022-08-16 16:58:37 -03:00
parent 6b394f69dd
commit 90082fe853
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ fi
# Check for --help
# 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\
Usage: ./tasks/build.sh [args]...