diff --git a/tasks/build.sh b/tasks/build.sh index 88222f9..b01d8ab 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -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]...