[README.1ST, Build] Clarify update flag for sort

This commit is contained in:
Matt Nadareski
2017-01-27 17:34:03 -08:00
parent acc080c3a9
commit c979093ab3
2 changed files with 2 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ namespace SabreTools.Helper.Data
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={1} 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 to output directory");
helptext.Add(" -mt={4} Amount of threads to use (-1 unlimted)"); helptext.Add(" -mt={4} Amount of threads to use (-1 unlimted)");
// Stats // Stats

View File

@@ -486,7 +486,7 @@ Options:
-upd, --update-dat Output updated DAT -upd, --update-dat Output updated DAT
Once the files that were able to rebuilt are taken care of, a DAT of the files Once the files that were able to rebuilt are taken care of, a DAT of the files
that could not be matched will be output to the program directory. that could not be matched will be output to the output directory.
-st, --stats Get statistics on all input DATs -st, --stats Get statistics on all input DATs
This will output by default the combined statistics for all input DAT files. The stats This will output by default the combined statistics for all input DAT files. The stats