[ALL] Update Help (WIP)

This commit is contained in:
Matt Nadareski
2018-01-23 15:55:04 -08:00
parent c4ec849e05
commit b22968a2d2
7 changed files with 1111 additions and 987 deletions

View File

@@ -736,6 +736,10 @@ namespace SabreTools.Library.Tools
case "sl":
case "softwarelist":
return DatFormat.SoftwareList;
case "ssv":
return DatFormat.SSV;
case "tsv":
return DatFormat.TSV;
case "xml":
case "logiqx":
return DatFormat.Logiqx;