mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename DiffDat to MergeDAT
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user