diff --git a/Tools/scripts/git-get-latest-remote-version.sh b/Tools/scripts/git-get-latest-remote-version.sh index 3148305b4f95..692a4fb1c8ef 100755 --- a/Tools/scripts/git-get-latest-remote-version.sh +++ b/Tools/scripts/git-get-latest-remote-version.sh @@ -13,8 +13,8 @@ export LC_ALL=C # args -REPOSITORY_URL="$1" -TAG_PREFIX="$2" +REPOSITORY_URL="$1" # mandatory +TAG_PREFIX="$2" # optional if [ -z "$REPOSITORY_URL" ]; then echo "Usage: $0 "