[SabreTools, DatFile] Add set flag, add better logging

This commit is contained in:
Matt Nadareski
2017-01-18 11:11:57 -08:00
parent 2bb7283d64
commit ce168a961b
5 changed files with 22 additions and 6 deletions

View File

@@ -217,6 +217,7 @@ namespace SabreTools.Helper.Data
helptext.Add(" -dat= Input DAT to rebuild against");
helptext.Add(" -out= Output directory");
helptext.Add(" -t=, --temp= Set the temporary directory to use");
helptext.Add(" -set Enable set-creation mode (lower I/O, slower)");
helptext.Add(" -del, --delete Delete input files [DO NOT USE]");
helptext.Add(" -in, --inverse Rebuild only files not in DAT");
helptext.Add(" -qs, --quick Enable quick scanning of archives");