mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Build, README.1ST] Expose --d2d as valid flag
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user