Rename DiffDat to MergeDAT

This commit is contained in:
Matt Nadareski
2016-04-19 17:29:09 -07:00
parent 8762324033
commit 2628d4832a
5 changed files with 10 additions and 12 deletions

View File

@@ -156,14 +156,15 @@ Options:
-l, --log Enable log to file
-sd, --superdat Enable SuperDAT creation");
break;
case "DiffDat":
Console.WriteLine(@"DiffDat - Get the difference between two or more DAT files
case "MergeDAT":
Console.WriteLine(@"MergeDAT - Merge or diff two or more files
-----------------------------------------
Usage: DiffDat [options] [filename] [filename] ...
Options:
-h, -?, --help Show this help dialog
-l, --log Enable log to file
-d, --diff Enable diff creation
-m, --merge Enable merging in the created DAT");
break;
case "DatToMiss":