aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Gustafsson <staffangu@outlook.com>2022-12-02 12:15:31 +0100
committerRob Mensching <rob@firegiant.com>2022-12-02 05:43:16 -0800
commit0af946e794ec85801dc542edd9905f9e9e18e7ed (patch)
treef7498fee8cb8ef5bef72242be92fb8dc04e1ba49
parentbba081396ac7e21cc9445d03105199e99989451e (diff)
downloadwix-0af946e794ec85801dc542edd9905f9e9e18e7ed.tar.gz
wix-0af946e794ec85801dc542edd9905f9e9e18e7ed.tar.bz2
wix-0af946e794ec85801dc542edd9905f9e9e18e7ed.zip
Fixing spelling error in BuildCommands
sourcefile was spelled sourcevile
-rw-r--r--src/wix/WixToolset.Core/CommandLine/BuildCommand.cs2
1 files changed, 1 insertions, 1 deletions
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
45 45
46 public override CommandLineHelp GetCommandLineHelp() 46 public override CommandLineHelp GetCommandLineHelp()
47 { 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 { 49 {
50 new CommandLineHelpSwitch("-arch", "Set the architecture of the output."), 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."), 51 new CommandLineHelpSwitch("-bindfiles", "-bf", "Bind files into an output .wixlib. Ignored if not building a .wixlib."),