diff --git a/tooling/release_download_test.sh b/tooling/release_download_test.sh index 340d1bb91..8d86d0cd5 100755 --- a/tooling/release_download_test.sh +++ b/tooling/release_download_test.sh @@ -35,10 +35,14 @@ source "$SCRIPT_DIR/common_logging.sh" usage() { local USAGE USAGE=" -Usage: $(basename "${0}") [OPTIONS] TAG +Usage: $(basename "${0}") [OPTIONS] [TAG] This scripts downloads the specified release from the GitHub temurinXX-binaries and runs validation checks on it. +If no TAG is provided, it is expected that a \$TAG variable is present containing the tag to validate. +If no \$WORKSPACE variable is set, the current working directory will be used as base for the staging area, otherwise +the directory specified in the \$WORKSPACE variable will be used. + Options: -k keep staging area (should only be used for debugging / testing); -s skip downloading of release artifacts (should only be used for debugging / testing)