1
0
Fork 0

Fixed text

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2019-03-14 04:23:02 +00:00
parent 083762a38a
commit 9d1df1c41e

View file

@ -44,10 +44,10 @@ case $key in
echo ""
echo "OPTIONS"
echo " -h, --help Shows this help and exit"
echo " -b, --bounds Overwriting bounds from the project settings"
echo " -b, --bounds Overwriting bounds from the project settings"
echo " -t, --threads Number of threads used for building"
echo " This will overwrite the value from the general-settings file"
echo " -z, --zip Create a ready to distribute zip file on success"
echo " -z, --zip Create a ready to distribute zip file on success"
exit 0
;;
@ -110,4 +110,4 @@ if [ -z "$create_zip" ]; then
zip -rq $project.zip scenery/
fi
cat exec-time | grep "real" | sed "s/real\t\([0-9]*\)m\([0-9]*\).*/Building $project took \1 minutes and \2 seconds./"
cat exec-time | grep "real" | sed "s/real\t\([0-9]*\)m\([0-9]*\).*/Building this tile took \1 minutes and \2 seconds./"