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,
|
||||
null));
|
||||
datFromDir.AddFeature("desc", new Feature(
|
||||
new List<string>() { "-d", "--desc" },
|
||||
new List<string>() { "-de", "--desc" },
|
||||
"Set the description of the DAT",
|
||||
FeatureType.String,
|
||||
null));
|
||||
|
||||
Reference in New Issue
Block a user