Skip to content

Commit

Permalink
nicer help message
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Sep 16, 2024
1 parent aa92e7e commit 60b45e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

0 comments on commit 60b45e0

Please sign in to comment.