From fb4deeea451280fe1fe8fdf0a01f4caad0798321 Mon Sep 17 00:00:00 2001 From: Daniel Mikula Date: Mon, 15 May 2023 09:51:47 +0200 Subject: [PATCH] updated help function --- setup.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index b25526f..7aab52a 100755 --- a/setup.sh +++ b/setup.sh @@ -3,8 +3,11 @@ # Author : NTT Data AG # Date : 11-05-2023 -show_help () { - echo "Usage: $0 [-m helm_install: bool] [-a app_name: str]" +show_help() { + echo "Usage: $0 [-m] [-a ]" + echo "Options:" + echo " -m Install helm" + echo " -a Specify the app name" } helm_install=false