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