[Build, README.1ST] Make sure documentation reflects this

This commit is contained in:
Matt Nadareski
2016-10-26 17:19:12 -07:00
parent f23b77d2c7
commit 1f55579cc7
2 changed files with 4 additions and 4 deletions

View File

@@ -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)");

View File

@@ -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