Add the expected parameter(s) to the ExtractFilesCommand description

This commit is contained in:
abcdefg30
2023-01-19 23:04:17 +01:00
committed by Paul Chote
parent 84e7eb144b
commit 3ef0b3be95

View File

@@ -24,7 +24,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
return args.Length >= 2;
}
[Desc("Extract files from mod packages to the current directory")]
[Desc("FILENAME", "[FILENAME...]", "Extract files from mod packages to the current directory")]
void IUtilityCommand.Run(Utility utility, string[] args)
{
var files = args.Skip(1);