mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Fix romba flag for sort depot
This commit is contained in:
@@ -509,7 +509,7 @@ namespace SabreTools
|
|||||||
"Enable TorrentGZ output",
|
"Enable TorrentGZ output",
|
||||||
FeatureType.Flag,
|
FeatureType.Flag,
|
||||||
null));
|
null));
|
||||||
sort["tgz"].AddFeature("romba", new Feature(
|
sortDepot["tgz"].AddFeature("romba", new Feature(
|
||||||
new List<string>() { "-r", "--romba" },
|
new List<string>() { "-r", "--romba" },
|
||||||
"Enable Romba depot dir output",
|
"Enable Romba depot dir output",
|
||||||
FeatureType.Flag,
|
FeatureType.Flag,
|
||||||
|
|||||||
Reference in New Issue
Block a user