spelling corrections and explained options a little more

This commit is contained in:
MadMaxMangos 2013-07-21 14:35:19 +01:00 committed by Antz
parent 6419d8b47a
commit c410f30f65

View file

@ -38,8 +38,8 @@ then
else else
## do some questioning! ## do some questioning!
echo echo
echo "Welcome to helper script to extract required dataz for MaNGOS!" echo "Welcome to helper script to extract required data for MaNGOS!"
echo "Should all dataz (dbc, maps, vmaps and mmaps be extracted? (y/n)" 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 read line
if [ "$line" = "y" ] if [ "$line" = "y" ]
then then
@ -123,7 +123,7 @@ then
read line read line
fi fi
echo "`date`: Start extracting dataz for MaNGOS" | tee $LOG_FILE echo "`date`: Start extracting data for MaNGOS" | tee $LOG_FILE
## Handle log messages ## Handle log messages
if [ "$USE_AD" = "1" ]; if [ "$USE_AD" = "1" ];
@ -146,7 +146,7 @@ else
fi fi
echo | tee -a $LOG_FILE 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 echo | tee -a $DETAIL_LOG_FILE
## Extract dbcs and maps ## Extract dbcs and maps