diff --git a/scripts/dist.sh b/scripts/dist.sh index bebac51f1..f38173f0e 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -4,7 +4,7 @@ set -e # Get the version from the command line VERSION=$1 if [ -z $VERSION ]; then - echo "Please specify a version." + echo "Please specify a version. (format: 0.4.0-rc1)" exit 1 fi