diff --git a/contrib/nightly/create_tarball.sh b/contrib/nightly/create_tarball.sh index da5495c8ce..cf89c35cf9 100755 --- a/contrib/nightly/create_tarball.sh +++ b/contrib/nightly/create_tarball.sh @@ -34,7 +34,7 @@ start_time="`date`" # Sanity checks if test -z "$scratch_root" -o -z "$email" -o -z "$svnroot" \ -o -z "$destdir"; then - echo "Must specify scratch root directory, e-mail address, and SVN root" + echo "Must specify scratch root directory, e-mail address, SVN root, and destination directory" exit 1 fi