From 9d1df1c41e1fe6af1026bded4bcf3e88276e17ea Mon Sep 17 00:00:00 2001
From: merspieler <merspieler@airmail.cc>
Date: Thu, 14 Mar 2019 04:23:02 +0000
Subject: [PATCH] Fixed text

Signed-off-by: merspieler <merspieler@airmail.cc>
---
 build_tile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_tile b/build_tile
index 0c283f9..a4d12c1 100755
--- a/build_tile
+++ b/build_tile
@@ -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./"