updated help function

pull/1/head
Daniel Mikula 2023-05-15 09:51:47 +02:00
parent 914b05911c
commit fb4deeea45
1 changed files with 5 additions and 2 deletions

View File

@ -3,8 +3,11 @@
# Author : NTT Data AG # Author : NTT Data AG
# Date : 11-05-2023 # Date : 11-05-2023
show_help () { show_help() {
echo "Usage: $0 [-m helm_install: bool] [-a app_name: str]" echo "Usage: $0 [-m] [-a <app_name>]"
echo "Options:"
echo " -m Install helm"
echo " -a <app_name> Specify the app name"
} }
helm_install=false helm_install=false