summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c062ba..ccbf03c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,9 @@ TMW Compare Update
## Description
This script will update files from the M+ local directory to the TMW extracted directory only if the file exists there. cmp is used to compare files and overwrites the TMW file
-with the local one only if they differ.
+with the local one only if they differ. 2 log files are also written: file on TMW missing from local and files in local missing from TMW. This helps to keep track of what work
+needs to be done later.
+* - It helped me to identify files that needed to be renamed in local and then I ran the script a second time to copy them. It also helps to identify missing content.
## Usage
Just read the script comments and change file location variables if needed