[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

@@ -92,7 +92,7 @@ Options:
-ro, --romba Read files from a Romba input -ro, --romba Read files from a Romba input
-f=, --filename= Set the external name of the DAT -f=, --filename= Set the external name of the DAT
-n=, --name= Set the internal name of the DAT -n=, --name= Set the internal name of the DAT
-d=, --desc= Set the description of the DAT -de=, --desc= Set the description of the DAT
-c=, --cat= Set the category of the DAT -c=, --cat= Set the category of the DAT
-v=, --version= Set the version of the DAT -v=, --version= Set the version of the DAT
-au=, --author= Set the author of the DAT -au=, --author= Set the author of the DAT

View File

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