mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Build, README.1ST] Flip new flag order
This commit is contained in:
@@ -272,8 +272,8 @@ namespace SabreTools.Helper
|
|||||||
helptext.Add(" -qs, --quick Enable quick scanning of archives");
|
helptext.Add(" -qs, --quick Enable quick scanning of archives");
|
||||||
helptext.Add(" -v, --verify Enable verification of output directory");
|
helptext.Add(" -v, --verify Enable verification of output directory");
|
||||||
helptext.Add(" -c, --convert Enable conversion of input files to TGZ");
|
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(" -tzip Enable TorrentZip output");
|
||||||
|
helptext.Add(" -tgz Enable TorrentGZ output");
|
||||||
helptext.Add(" -r, --romba Enable Romba depot dir output");
|
helptext.Add(" -r, --romba Enable Romba depot dir output");
|
||||||
helptext.Add(" -do, --directory Output files as uncompressed");
|
helptext.Add(" -do, --directory Output files as uncompressed");
|
||||||
helptext.Add(" -7z={0} Set scanning level for 7z archives");
|
helptext.Add(" -7z={0} Set scanning level for 7z archives");
|
||||||
|
|||||||
@@ -670,6 +670,12 @@ Options:
|
|||||||
requiring a DAT to rebuild from. It is only useful in a small amount of situations at
|
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.
|
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
|
-tgz Enable Torrent GZ output
|
||||||
Instead of outputting the files to ZIP archives, files will be rebuilt to TorrentGZ
|
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
|
(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
|
includes two auxilary files, .romba_size and .romba_size.backup, that have the
|
||||||
compressed size of the folder inside for use with Romba.
|
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
|
-do, --directory Enable outputting files uncompressed
|
||||||
Instead of outputting the files to ZIP archives, files will be rebuilt to named
|
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
|
subdirectories within the output folder. This is useful for when the DAT does not
|
||||||
|
|||||||
Reference in New Issue
Block a user