[Build, README.1ST] Expose --d2d as valid flag

This commit is contained in:
Matt Nadareski
2017-01-31 22:19:32 -08:00
parent 9b42dffba4
commit 8ac2276475
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ namespace SabreTools.Helper.Data
helptext.Add(" --script Enable script mode (no clear screen)");
// DATFromDir
helptext.Add(" -d, --dfd Create a DAT from an input directory");
helptext.Add(" -d, --dfd, --d2d Create a DAT from an input directory");
helptext.Add(" -nm, --noMD5 Don't include MD5 in output");
helptext.Add(" -ns, --noSHA1 Don't include SHA1 in output");
helptext.Add(" -b, --bare Don't include date in file name");

View File

@@ -146,7 +146,7 @@ Options:
the user to skip clearing the screen on run just like if the console was being
redirected.
-d, --dfd Create a DAT from each input directory
-d, --dfd, --d2d Create a DAT from each input directory
Create a DAT file from an input directory or set of files. By default, this will
output a DAT named based on the input directory and the current date. It will also
treat all archives as possible games and add all three hashes for each file.