mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Make help output be cleaner
This commit is contained in:
@@ -758,7 +758,7 @@ Options:
|
||||
Add a new column or field for counting the number of nodumps in the
|
||||
DAT
|
||||
|
||||
-si, --single Show individual statistics
|
||||
-ind, --individual Show individual statistics
|
||||
Optionally, the statistics for each of the individual input DATs can
|
||||
be output as well. This can be useful to show where the size or
|
||||
amount of files found in the combined totals can be broken down from
|
||||
@@ -1166,7 +1166,7 @@ Options:
|
||||
This flag enables updating of machine descriptions from base
|
||||
DATs
|
||||
|
||||
-uy, --update-years Update machine years from base DATs
|
||||
-uy, --update-year Update machine years from base DATs
|
||||
This flag enables updating of machine years from base
|
||||
DATs
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -83,6 +83,7 @@ namespace SabreTools
|
||||
depot = false,
|
||||
descAsName = false,
|
||||
hashOnly = false,
|
||||
individual = false,
|
||||
inplace = false,
|
||||
inverse = false,
|
||||
nostore = false,
|
||||
@@ -281,6 +282,9 @@ namespace SabreTools
|
||||
case "ignore-chd":
|
||||
chdsAsFiles = true;
|
||||
break;
|
||||
case "individual":
|
||||
individual = true;
|
||||
break;
|
||||
case "inplace":
|
||||
inplace = true;
|
||||
break;
|
||||
@@ -736,7 +740,7 @@ namespace SabreTools
|
||||
// Get statistics on input files
|
||||
case "Stats":
|
||||
VerifyInputs(inputs, feature);
|
||||
InitStats(inputs, datHeader.FileName, outDir, filter.Single, showBaddumpColumn, showNodumpColumn, statDatFormat);
|
||||
InitStats(inputs, datHeader.FileName, outDir, individual, showBaddumpColumn, showNodumpColumn, statDatFormat);
|
||||
break;
|
||||
// Convert, update, merge, diff, and filter a DAT or folder of DATs
|
||||
case "Update":
|
||||
|
||||
Reference in New Issue
Block a user