From 790171ed87a37aef1b84e4e4e6cc55d5747c221a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 18 Jun 2016 11:05:29 +0200 Subject: [PATCH] Fix the MIX file ending. --- OpenRA.Mods.Common/UtilityCommands/ListMixContentsCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/UtilityCommands/ListMixContentsCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ListMixContentsCommand.cs index 39063b5605..dd4444bbd3 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ListMixContentsCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ListMixContentsCommand.cs @@ -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]);