Fixed text
Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
parent
083762a38a
commit
9d1df1c41e
1 changed files with 3 additions and 3 deletions
|
@ -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./"
|
||||
|
|
Loading…
Add table
Reference in a new issue