[SabreTools, DatFile] Update flag names, make non-merged behave better

This commit is contained in:
Matt Nadareski
2017-01-10 17:13:09 -08:00
parent 696f05a064
commit b6e9041ae0
4 changed files with 27 additions and 32 deletions

View File

@@ -316,9 +316,9 @@ namespace SabreTools.Helper.Data
helptext.Add(" -clean Clean game names according to WoD standards");
helptext.Add(" -sl, --softlist Use Software List name instead of description");
helptext.Add(" -dm, --dat-merge Create merged sets in the output DAT");
helptext.Add(" -ds, --dat-sp Create split sets in the output DAT");
helptext.Add(" -dnm, --dat-nm Create non-merged sets in the output DAT");
helptext.Add(" -df, --dat-fnm Create fully non-merged sets in the output");
helptext.Add(" -ds, --dat-split Create split sets in the output DAT");
helptext.Add(" -dnm, --dat-nonmerge Create non-merged sets in the output DAT");
helptext.Add(" -df, --dat-fullnonmerge Create fully non-merged sets in the output");
helptext.Add(" -trim Trim file names to fit NTFS length");
helptext.Add(" -rd=, --root-dir= Set the root directory for calc");
helptext.Add(" -si, --single All game names replaced by '!'");