mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Fix short flag issues
This commit is contained in:
@@ -51,7 +51,7 @@ namespace SabreTools
|
|||||||
{
|
{
|
||||||
return new Feature(
|
return new Feature(
|
||||||
"archives-as-files",
|
"archives-as-files",
|
||||||
new List<string>() { "-f", "--archives-as-files" },
|
new List<string>() { "-aaf", "--archives-as-files" },
|
||||||
"Treat archives as files",
|
"Treat archives as files",
|
||||||
FeatureType.Flag,
|
FeatureType.Flag,
|
||||||
longDescription: "Instead of trying to enumerate the files within archives, treat the archives as files themselves. This is good for uncompressed sets that include archives that should be read as-is.");
|
longDescription: "Instead of trying to enumerate the files within archives, treat the archives as files themselves. This is good for uncompressed sets that include archives that should be read as-is.");
|
||||||
|
|||||||
Reference in New Issue
Block a user