From a0d0777bf56a51030d5a24f9605450fe611a7b7e Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 12 Apr 2016 14:56:59 -0700 Subject: [PATCH] Move over more code for eventual merge --- SabreHelper/Build.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/SabreHelper/Build.cs b/SabreHelper/Build.cs index c770de94..013b5c2f 100644 --- a/SabreHelper/Build.cs +++ b/SabreHelper/Build.cs @@ -90,6 +90,24 @@ Options: -n Disable single-game mode "); break; + case "DATFromDir": + Console.WriteLine(@"DATFromDir - Create a DAT file from a directory +----------------------------------------- +Usage: DATFromDir [options] [filename|dirname] ... + +Options: + -h, -?, --help Show this help dialog + -m, --noMD5 Don't include MD5 in output + -s, --noSHA1 Don't include SHA1 in output + -u, --unzip Force unzipping in created DAT + -f, --files Treat archives as files + -o, --old Output DAT in RV format instead of XML + -n=, --name= Set the name of the DAT + -d=, --desc= Set the description of the DAT + -c=, --cat= Set the category of the DAT + -v=, --version= Set the version of the DAT + -a=, --author= Set the author of the DAT"); + break; default: Console.Write("This is the default help output"); break;