From 90082fe853f54cc531b3d074e64ad48e344562ef Mon Sep 17 00:00:00 2001 From: germedeb Date: Tue, 16 Aug 2022 16:58:37 -0300 Subject: [PATCH] added help and h arguments to the build script --- tasks/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]...