diff options
| -rw-r--r-- | src/wix/WixToolset.Core/CommandLine/BuildCommand.cs | 2 |
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."), |
