[SabreTools, Enums] "Split" should be "NonMerged"

This commit is contained in:
Matt Nadareski
2017-01-09 12:13:53 -08:00
parent 2bd5b72ac7
commit 9b7e486749
5 changed files with 7 additions and 7 deletions

View File

@@ -315,7 +315,7 @@ namespace SabreTools.Helper.Data
helptext.Add(" -xof, --exclude-of Exclude romof, cloneof, sampleof tags");
helptext.Add(" -clean Clean game names according to WoD standards");
helptext.Add(" -sl, --softlist Use Software List name instead of description");
helptext.Add(" -ds, --dat-split Create split sets in the output DAT");
helptext.Add(" -dnm, --dat-nm Create non-merged sets in the output DAT");
helptext.Add(" -dm, --dat-merge Create merged sets in the output DAT");
helptext.Add(" -df, --dat-fm Create fully merged sets in the output");
helptext.Add(" -trim Trim file names to fit NTFS length");