Add functionality to run OfflineMerge program

This commit is contained in:
Matt Nadareski
2016-04-28 15:40:54 -07:00
parent e2585f8103
commit fa429aab7f
2 changed files with 91 additions and 1 deletions

View File

@@ -171,6 +171,15 @@ Options:
-l, --log Enable log to file
-sd, --superdat Enable SuperDAT creation");
break;
case "OfflineMerge":
Console.WriteLine(@"OfflineMerge - Update DATS for offline arrays
-----------------------------------------
Usage: OfflineMerge [options] [Complete] [Missing] [NewComplete]
Options:
-h, -?, --help Show this help dialog
-f, --fake Replace all hashes and sizes by the default");
break;
default:
Console.Write("This is the default help output");
break;