mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Build, README.1ST] Make sure documentation reflects this
This commit is contained in:
@@ -222,10 +222,10 @@ namespace SabreTools.Helper.Data
|
|||||||
//helptext.Add(" -txz Enable TorrentXZ output");
|
//helptext.Add(" -txz Enable TorrentXZ output");
|
||||||
helptext.Add(" -tzip Enable TorrentZip output");
|
helptext.Add(" -tzip Enable TorrentZip output");
|
||||||
helptext.Add(" -h=, --header= Set a header skipper to use, blank means all");
|
helptext.Add(" -h=, --header= Set a header skipper to use, blank means all");
|
||||||
helptext.Add(" -7z={0} Set scanning level for 7z archives");
|
helptext.Add(" -7z={1} Set scanning level for 7z archives");
|
||||||
helptext.Add(" -gz={2} Set scanning level for GZip archives");
|
helptext.Add(" -gz={2} Set scanning level for GZip archives");
|
||||||
helptext.Add(" -rar={2} Set scanning level for RAR archives");
|
helptext.Add(" -rar={2} Set scanning level for RAR archives");
|
||||||
helptext.Add(" -zip={0} Set scanning level for ZIP archives");
|
helptext.Add(" -zip={1} Set scanning level for ZIP archives");
|
||||||
helptext.Add(" -ud, --update-dat Output updated DAT");
|
helptext.Add(" -ud, --update-dat Output updated DAT");
|
||||||
helptext.Add(" -mt={4} Amount of threads to use (-1 unlimted)");
|
helptext.Add(" -mt={4} Amount of threads to use (-1 unlimted)");
|
||||||
|
|
||||||
|
|||||||
@@ -439,10 +439,10 @@ Options:
|
|||||||
defined, and that skipper exists, then it will be used instead of trying to find one
|
defined, and that skipper exists, then it will be used instead of trying to find one
|
||||||
that matches.
|
that matches.
|
||||||
|
|
||||||
-7z={0} Set scanning level for 7z archives
|
-7z={1} Set scanning level for 7z archives
|
||||||
-gz={2} Set scanning level for GZip archives
|
-gz={2} Set scanning level for GZip archives
|
||||||
-rar={2} Set scanning level for RAR archives
|
-rar={2} Set scanning level for RAR archives
|
||||||
-zip={0} Set scanning level for ZIP archives
|
-zip={1} Set scanning level for ZIP archives
|
||||||
For each of the major archive types recognized by the libraries used by this
|
For each of the major archive types recognized by the libraries used by this
|
||||||
program, scan the archive in one of the following ways:
|
program, scan the archive in one of the following ways:
|
||||||
0 Hash both archive and its contents
|
0 Hash both archive and its contents
|
||||||
|
|||||||
Reference in New Issue
Block a user