Fix the MIX file ending.

This commit is contained in:
Matthias Mailänder
2016-06-18 11:05:29 +02:00
parent 85bd98fadc
commit 790171ed87

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]);