[DatFile] Add verify depot

This commit is contained in:
Matt Nadareski
2017-01-31 23:18:41 -08:00
parent 047f7cc31f
commit bceb99d8e4
6 changed files with 160 additions and 18 deletions

View File

@@ -459,13 +459,12 @@ namespace SabreTools.Helper.Data
}
// Verify Depot
if (/*subset == null* ||*/ subset == "ved" || subset == "verify-depot")
if (subset == null || subset == "ved" || subset == "verify-depot")
{
helptext.Add("");
helptext.Add(" -ved, --verify-depot Verify a folder against DATs");
helptext.Add(" -dat= Input DAT to verify against");
helptext.Add(" -t=, --temp= Set the temporary directory to use");
helptext.Add(" -qs, --quick Enable quick scanning of archives");
helptext.Add(" -h=, --header= Set a header skipper to use, blank means all");
}