[SabreTools] Fix short flag issues

This commit is contained in:
Matt Nadareski
2018-02-22 16:40:26 -08:00
parent b01ba56d6a
commit 51d002f65f

View File

@@ -51,7 +51,7 @@ namespace SabreTools
{
return new Feature(
"archives-as-files",
new List<string>() { "-f", "--archives-as-files" },
new List<string>() { "-aaf", "--archives-as-files" },
"Treat archives as files",
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.");