diff --git a/scripts/helmcharts/init.sh b/scripts/helmcharts/init.sh index 2011dc016..c57ad8b4e 100644 --- a/scripts/helmcharts/init.sh +++ b/scripts/helmcharts/init.sh @@ -5,6 +5,7 @@ set -e RED='\033[0;31m' GREEN='\033[0;32m' YELLOW='\033[0;33m' +BWHITE='\033[1;37m' NC='\033[0m' # No Color # --- helper functions for logs --- info() @@ -180,3 +181,4 @@ function main() { main info "Configuration file is saved in /var/lib/openreplay/vars.yaml" +info "Run ${BWHITE}openreplay -h${GREEN} to see the cli information to manage OpenReplay"