mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Fix description input
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user