[SabreTools] Fix description input

This commit is contained in:
Matt Nadareski
2017-03-14 14:18:38 -07:00
parent d16ce5eb10
commit eaa20e91d6

View File

@@ -196,7 +196,7 @@ namespace SabreTools
FeatureType.String, FeatureType.String,
null)); null));
datFromDir.AddFeature("desc", new Feature( datFromDir.AddFeature("desc", new Feature(
new List<string>() { "-d", "--desc" }, new List<string>() { "-de", "--desc" },
"Set the description of the DAT", "Set the description of the DAT",
FeatureType.String, FeatureType.String,
null)); null));