From 2c98536f11007a5d66078680b45d3709f655bca5 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 13 Jun 2016 22:41:51 -0700 Subject: [PATCH] guide --- scripts/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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