Merge DatSplit, part 2

This commit is contained in:
Matt Nadareski
2016-04-20 11:27:17 -07:00
parent 9ec79c4bef
commit f07364d527
3 changed files with 114 additions and 50 deletions

View File

@@ -82,6 +82,9 @@ Options:
out= Output directory
-cx, --convert-xml Convert a RV DAT to XML
out= Output directory
-es, --ext-split Split a DAT by two file extensions
exta= First extension to split by
extb= Second extension to split by
-g, --generate Start tool in generate mode
-ga, --generate-all Start tool in generate all mode
system= Comma-separated list of system IDs
@@ -105,11 +108,6 @@ Filenames and directories can't start with a reserved string
unless prefixed by 'input='
");
break;
case "DatSplit":
Console.WriteLine(@"DatSplit - Split DAT files by file extension
-----------------------------------------
Usage: DatSplit.exe <filename> <ext> <ext>");
break;
case "Headerer":
Console.WriteLine(@"Headerer - Remove and restore rom headers
-----------------------------------------