[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(" -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)");