From 9e5c0716994f4b13721922953e351738f4ddffe9 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Thu, 1 Aug 2024 22:19:35 -0400 Subject: [PATCH] Use arguments intelligently in header --- workflow/qhtcp-workflow | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index be6405ed..e5239d09 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -298,12 +298,11 @@ print_header() { EOF - debug "Arguments: $*" echo "" echo "Using scans directory: $SCANS_DIR" echo "Using output directory: $OUT_DIR" 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 "Example: SCANS_DIR=/path/to/scans OUT_DIR=/path/to/out ./qhtcp-workflow $*" echo "" echo "Available Modules:"