Use arguments intelligently in header

This commit is contained in:
2024-08-01 22:19:35 -04:00
parent ed304809ee
commit 9e5c071699

View File

@@ -298,12 +298,11 @@ print_header() {
EOF EOF
debug "Arguments: $*"
echo "" echo ""
echo "Using scans directory: $SCANS_DIR" echo "Using scans directory: $SCANS_DIR"
echo "Using output directory: $OUT_DIR" echo "Using output directory: $OUT_DIR"
echo "Change the SCANS_DIR or OUT_DIR environment variable(s) 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 "Example: SCANS_DIR=/path/to/scans OUT_DIR=/path/to/out ./qhtcp-workflow $*"
echo "" echo ""
echo "Available Modules:" echo "Available Modules:"