diff --git a/SabreTools.Helper/Data/Build.cs b/SabreTools.Helper/Data/Build.cs index d1f92017..7cda1f4e 100644 --- a/SabreTools.Helper/Data/Build.cs +++ b/SabreTools.Helper/Data/Build.cs @@ -222,10 +222,10 @@ namespace SabreTools.Helper.Data //helptext.Add(" -txz Enable TorrentXZ output"); helptext.Add(" -tzip Enable TorrentZip output"); 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(" -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(" -mt={4} Amount of threads to use (-1 unlimted)"); diff --git a/SabreTools.Helper/README.1ST b/SabreTools.Helper/README.1ST index 99bcda6d..ec7186b1 100644 --- a/SabreTools.Helper/README.1ST +++ b/SabreTools.Helper/README.1ST @@ -439,10 +439,10 @@ Options: defined, and that skipper exists, then it will be used instead of trying to find one 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 -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 program, scan the archive in one of the following ways: 0 Hash both archive and its contents