From 0af946e794ec85801dc542edd9905f9e9e18e7ed Mon Sep 17 00:00:00 2001 From: Staffan Gustafsson Date: Fri, 2 Dec 2022 12:15:31 +0100 Subject: Fixing spelling error in BuildCommands sourcefile was spelled sourcevile --- src/wix/WixToolset.Core/CommandLine/BuildCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs b/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs index 6b56f827..30b0c40a 100644 --- a/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs +++ b/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs @@ -45,7 +45,7 @@ namespace WixToolset.Core.CommandLine public override CommandLineHelp GetCommandLineHelp() { - return new CommandLineHelp("", "build [options] sourcevile [sourcefile ...] -out output.ext", new[] + return new CommandLineHelp("", "build [options] sourcefile [sourcefile ...] -out output.ext", new[] { new CommandLineHelpSwitch("-arch", "Set the architecture of the output."), new CommandLineHelpSwitch("-bindfiles", "-bf", "Bind files into an output .wixlib. Ignored if not building a .wixlib."), -- cgit v1.2.3-55-g6feb