From c410f30f65e04a4bbe2cc24efb727881485095d9 Mon Sep 17 00:00:00 2001 From: MadMaxMangos Date: Sun, 21 Jul 2013 14:35:19 +0100 Subject: [PATCH] spelling corrections and explained options a little more --- contrib/extractor_binary/ExtractResources.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/extractor_binary/ExtractResources.sh b/contrib/extractor_binary/ExtractResources.sh index 29c5bd656..a2f0cdc15 100644 --- a/contrib/extractor_binary/ExtractResources.sh +++ b/contrib/extractor_binary/ExtractResources.sh @@ -38,8 +38,8 @@ then else ## do some questioning! echo - echo "Welcome to helper script to extract required dataz for MaNGOS!" - echo "Should all dataz (dbc, maps, vmaps and mmaps be extracted? (y/n)" + echo "Welcome to helper script to extract required data for MaNGOS!" + echo "Should all data (dbc, maps, vmaps and mmaps be extracted? (y/n) - Selecting n will give you the option to pick each step" read line if [ "$line" = "y" ] then @@ -123,7 +123,7 @@ then read line fi -echo "`date`: Start extracting dataz for MaNGOS" | tee $LOG_FILE +echo "`date`: Start extracting data for MaNGOS" | tee $LOG_FILE ## Handle log messages if [ "$USE_AD" = "1" ]; @@ -146,7 +146,7 @@ else fi echo | tee -a $LOG_FILE -echo "`date`: Start extracting dataz for MaNGOS, DBCs/maps $USE_AD, vmaps $USE_VMAPS, mmaps $USE_MMAPS on $NUM_CPU processes" | tee $DETAIL_LOG_FILE +echo "`date`: Start extracting data for MaNGOS, DBCs/maps $USE_AD, vmaps $USE_VMAPS, mmaps $USE_MMAPS on $NUM_CPU processes" | tee $DETAIL_LOG_FILE echo | tee -a $DETAIL_LOG_FILE ## Extract dbcs and maps