From 3489ba90595c8a0d3661b79e40a9db611c9a9ef6 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 16 Sep 2016 11:58:44 -0700 Subject: [PATCH] [Build, README.1ST] Flip new flag order --- SabreTools.Helper/Data/Build.cs | 2 +- SabreTools.Helper/README.1ST | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SabreTools.Helper/Data/Build.cs b/SabreTools.Helper/Data/Build.cs index 760cbd4d..f930d34f 100644 --- a/SabreTools.Helper/Data/Build.cs +++ b/SabreTools.Helper/Data/Build.cs @@ -272,8 +272,8 @@ namespace SabreTools.Helper helptext.Add(" -qs, --quick Enable quick scanning of archives"); helptext.Add(" -v, --verify Enable verification of output directory"); helptext.Add(" -c, --convert Enable conversion of input files to TGZ"); - helptext.Add(" -tgz Enable TorrentGZ output"); helptext.Add(" -tzip Enable TorrentZip output"); + helptext.Add(" -tgz Enable TorrentGZ output"); helptext.Add(" -r, --romba Enable Romba depot dir output"); helptext.Add(" -do, --directory Output files as uncompressed"); helptext.Add(" -7z={0} Set scanning level for 7z archives"); diff --git a/SabreTools.Helper/README.1ST b/SabreTools.Helper/README.1ST index 43a7362d..b436a56a 100644 --- a/SabreTools.Helper/README.1ST +++ b/SabreTools.Helper/README.1ST @@ -670,6 +670,12 @@ Options: requiring a DAT to rebuild from. It is only useful in a small amount of situations at the present, but it is mostly meant for Romba compatibility at the present. + -tzip Enable TorrentZip output + Instead of outputting the files to standard ZIP archives, files will be rebuilt to + TorrentZip (TZ) files. This format is based on the ZIP archive format, but with + custom header information. This is primarily used by external tool RomVault + (http://www.romvault.com/) and is already widely used. + -tgz Enable Torrent GZ output Instead of outputting the files to ZIP archives, files will be rebuilt to TorrentGZ (TGZ) files. This format is based on the GZip archive format, but with custom header @@ -684,12 +690,6 @@ Options: includes two auxilary files, .romba_size and .romba_size.backup, that have the compressed size of the folder inside for use with Romba. - -tzip Enable TorrentZip output - Instead of outputting the files to standard ZIP archives, files will be rebuilt to - TorrentZip (TZ) files. This format is based on the ZIP archive format, but with - custom header information. This is primarily used by external tool RomVault - (http://www.romvault.com/) and is already widely used. - -do, --directory Enable outputting files uncompressed Instead of outputting the files to ZIP archives, files will be rebuilt to named subdirectories within the output folder. This is useful for when the DAT does not