diff --git a/SabreTools.Helper/Data/Build.cs b/SabreTools.Helper/Data/Build.cs index e1b2908e..ffc05f06 100644 --- a/SabreTools.Helper/Data/Build.cs +++ b/SabreTools.Helper/Data/Build.cs @@ -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"); diff --git a/SabreTools.Helper/README.1ST b/SabreTools.Helper/README.1ST index b0e4a4cb..2f8166d7 100644 --- a/SabreTools.Helper/README.1ST +++ b/SabreTools.Helper/README.1ST @@ -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.