X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/72c6ba534706ddd929d11bf7800c7a483c9656af..22422ab1e539977ca730aedd46b4cd919e73d05e:/build/run-build-docker-jobs-image.sh diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh index 7d7e1fc8ab..842975adb0 100755 --- a/build/run-build-docker-jobs-image.sh +++ b/build/run-build-docker-jobs-image.sh @@ -9,7 +9,7 @@ function usage { echo >&2 echo >&2 "$0 options:" echo >&2 " -t, --tags version tag for docker" - echo >&2 " -r, --repo Arvados package repot to use: dev, testing, stable (default: dev)" + echo >&2 " -r, --repo Arvados package repo to use: dev (default), testing, stable" echo >&2 " -u, --upload Upload the images (docker push)" echo >&2 " --no-cache Don't use build cache" echo >&2 " -h, --help Display this help and exit" @@ -22,7 +22,7 @@ REPO=dev # NOTE: This requires GNU getopt (part of the util-linux package on Debian-based distros). TEMP=`getopt -o hut:r: \ - --long help,upload,no-cache,tags,repo: \ + --long help,upload,no-cache,tags:,repo: \ -n "$0" -- "$@"` if [ $? != 0 ] ; then echo "Use -h for help"; exit 1 ; fi