[SabreTools] Make default parallelization 4

This commit is contained in:
Matt Nadareski
2016-09-09 16:19:05 -07:00
parent fb65599a09
commit 12fdad9e13
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ namespace SabreTools.Helper
helptext.Add(" -au=, --author= Set the author of the DAT");
helptext.Add(" -sd, --superdat Enable SuperDAT creation");
helptext.Add(" -t=, --temp= Set the temporary directory to use");
helptext.Add(" -mt={-1} Amount of threads to use (-1 unlimted)");
helptext.Add(" -mt={4} Amount of threads to use (-1 unlimted)");
helptext.Add(" -es, --ext-split Split a DAT by two file extensions");
helptext.Add(" -exta= First set of extensions (comma-separated)");
helptext.Add(" -extb= Second set of extensions (comma-separated)");