Fixing spelling error in BuildCommands
sourcefile was spelled sourcevile
Staffan Gustafsson committed
Dec 2, 2022 at 12:15 UTC
0af946e794ec85801dc542edd9905f9e9e18e7ed
1 file changed
+1
-1
src/wix/WixToolset.Core/CommandLine/BuildCommand.cs
+1
-1
@@ -45,7 +45,7 @@ namespace WixToolset.Core.CommandLine
45
46
public override CommandLineHelp GetCommandLineHelp()
47
{
48
- return new CommandLineHelp("", "build [options] sourcevile [sourcefile ...] -out output.ext", new[]
48
+ return new CommandLineHelp("", "build [options] sourcefile [sourcefile ...] -out output.ext", new[]
49
{
50
new CommandLineHelpSwitch("-arch", "Set the architecture of the output."),
51
new CommandLineHelpSwitch("-bindfiles", "-bf", "Bind files into an output .wixlib. Ignored if not building a .wixlib."),