[DATFromDir] Fix filename as filename and update description flag in help

This commit is contained in:
Matt Nadareski
2016-08-18 16:42:47 -07:00
parent 5487e61c82
commit 90eca58e46
2 changed files with 2 additions and 2 deletions

View File

@@ -400,7 +400,7 @@ namespace SabreTools
// Create a new DATFromDir object and process the inputs
Dat datdata = new Dat
{
FileName = description,
FileName = filename,
Name = name,
Description = description,
Category = category,