Merge pull request #11467 from Mailaender/asset-installer-rework-minor-fixes

Fixed some minor issues in the new mod content extraction.
This commit is contained in:
Paul Chote
2016-06-18 12:30:55 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
return args.Length == 2;
}
[Desc("ARCHIVE.Z", "Lists the content ranges for a mix file")]
[Desc("ARCHIVE.MIX", "Lists the content ranges for a mix file")]
public void Run(ModData modData, string[] args)
{
var filename = Path.GetFileName(args[1]);