From dc16660e00bcaf616d79c2588906cd84268aa924 Mon Sep 17 00:00:00 2001 From: Daniel Mikula Date: Mon, 15 May 2023 10:03:26 +0200 Subject: [PATCH] updated help --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 7aab52a..230eccb 100755 --- a/setup.sh +++ b/setup.sh @@ -4,9 +4,9 @@ # Date : 11-05-2023 show_help() { - echo "Usage: $0 [-m] [-a ]" + echo "Usage: $0 [-m ] [-a ]" echo "Options:" - echo " -m Install helm" + echo " -m Install helm" echo " -a Specify the app name" } @@ -17,7 +17,7 @@ while getopts "hm:a:" option; do case $option in h) show_help - exit 1 + exit 0 ;; m) helm_install="$OPTARG"