From 55d317b57c6eca068b02afafa49f9cd6822b56ed Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 9 Nov 2023 16:35:13 -0500 Subject: [PATCH] fix help text indentation --- smoketest.bash | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/smoketest.bash b/smoketest.bash index c3954081c..588825136 100755 --- a/smoketest.bash +++ b/smoketest.bash @@ -18,15 +18,15 @@ OPEN_TABS=${OPEN_TABS:-false} display_usage() { echo "Usage:" - echo -e "\t-h\t\t\t\tprint this Help text." - echo -e "\t-O\t\t\t\tOffline mode, do not attempt to pull container images." - echo -e "\t-s [minio|seaweed|cloudserver|localstack]\t\tS3 implementation to spin up (default \"minio\")." - echo -e "\t-g\t\t\t\tinclude Grafana dashboard and jfr-datasource in deployment." - echo -e "\t-t\t\t\t\tinclude sample applications for Testing." - echo -e "\t-V\t\t\t\tdo not discard data storage Volumes on exit." - echo -e "\t-X\t\t\t\tdeploy additional development aid tools." - echo -e "\t-c [podman|docker]\t\tUse Podman or Docker Container Engine (default \"podman\")." - echo -e "\t-b\t\t\t\tOpen a Browser tab for each running service's first mapped port (ex. Cryostat web client, Minio console)" + echo -e "\t-h\t\t\t\t\t\tprint this Help text." + echo -e "\t-O\t\t\t\t\t\tOffline mode, do not attempt to pull container images." + echo -e "\t-s [minio|seaweed|cloudserver|localstack]\tS3 implementation to spin up (default \"minio\")." + echo -e "\t-g\t\t\t\t\t\tinclude Grafana dashboard and jfr-datasource in deployment." + echo -e "\t-t\t\t\t\t\t\tinclude sample applications for Testing." + echo -e "\t-V\t\t\t\t\t\tdo not discard data storage Volumes on exit." + echo -e "\t-X\t\t\t\t\t\tdeploy additional development aid tools." + echo -e "\t-c [podman|docker]\t\t\t\tUse Podman or Docker Container Engine (default \"podman\")." + echo -e "\t-b\t\t\t\t\t\tOpen a Browser tab for each running service's first mapped port (ex. Cryostat web client, Minio console)" } s3=minio