Minor tweaks

This commit is contained in:
Matt Nadareski
2020-08-28 22:46:06 -07:00
parent ba00cca9e0
commit 14a80970f7
2 changed files with 5 additions and 3 deletions

View File

@@ -2340,7 +2340,7 @@ namespace SabreTools.Library.DatFiles
/// <returns>True if rebuilding was a success, false otherwise</returns>
public bool RebuildDepot(
List<string> inputs,
string outDir = null,
string outDir,
bool date = false,
bool delete = false,
bool inverse = false,
@@ -2475,7 +2475,7 @@ namespace SabreTools.Library.DatFiles
/// <returns>True if rebuilding was a success, false otherwise</returns>
public bool RebuildGeneric(
List<string> inputs,
string outDir = null,
string outDir,
bool quickScan = false,
bool date = false,
bool delete = false,