From 5a85ffda5064c3a2c766d6219daf114d0869b717 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Thu, 1 Aug 2024 17:14:31 -0400 Subject: [PATCH] Some header work --- workflow/qhtcp-workflow | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index 37c3027b..7f191d09 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -302,14 +302,12 @@ print_header() { echo "Arguments: $*" echo "" echo "Using scans directory: $SCANS_DIR" - echo "Change the SCANS_DIR environment variable to override" - echo "Example: SCANS_DIR=/path/to/scans ./qhtcp-workflow" - echo "" echo "Using output directory: $OUT_DIR" - echo "Change the out_DIR environment variable to override" + echo "Change the SCANS_DIR or OUT_DIR environment variable(s) to override" echo "Example: SCANS_DIR=/path/to/scans OUT_DIR=/path/to/out ./qhtcp-workflow" echo "" + # Gather projects from SCANS_DIR shopt -s nullglob projects=("$SCANS_DIR"/*/) shopt -u nullglob