From 60b45e02017fe7e87659584d4b6999c15faea9b9 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Mon, 16 Sep 2024 14:04:25 -0400 Subject: [PATCH] nicer help message --- helpers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers.sh b/helpers.sh index b4c1a15..8986b85 100644 --- a/helpers.sh +++ b/helpers.sh @@ -81,10 +81,10 @@ function check_prerequisites() { } function display_help_message() { - echo -e "Use the option --with-offline-lab | -lab to include Quepid and RRE services in Chorus." + echo -e "Use the option --with-offline-lab | -lab to include Quepid in Chorus." echo -e "Use the option --with-observability | -obs to include Grafana, Prometheus, and Solr Exporter services in Chorus." + echo -e "Use the option --with-active-search-management | -active to include Active Search Management via SMUI in Chorus." echo -e "Use the option --with-vector-search | -vector to include Vector Search services in Chorus." - echo -e "Use the option --with-active-search-management | -active to include Active Search Management in Chorus." echo -e "Use the option --shutdown | -s to shutdown and remove the Docker containers and data." echo -e "Use the option --online-deployment | -online to update configuration to run on chorus.dev.o19s.com environment." }