[SabreTools] Add --script flag

This commit is contained in:
Matt Nadareski
2017-01-21 13:49:07 -08:00
parent 099e59a049
commit e0c2693822
3 changed files with 13 additions and 2 deletions

View File

@@ -146,6 +146,7 @@ namespace SabreTools.Helper.Data
helptext.Add("");
helptext.Add("Options:");
helptext.Add(" -?, -h, --help Show this help");
helptext.Add(" --script Enable script mode (no clear screen)");
// DATFromDir
helptext.Add(" -d, --dfd Create a DAT from an input directory");