diff options
Diffstat (limited to '')
-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 cc0de13a..d07dd6aa 100644 --- a/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs +++ b/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs | |||
@@ -56,7 +56,7 @@ namespace WixToolset.Core.CommandLine | |||
56 | new CommandLineHelpSwitch("-culture", "Adds a culture to filter localization files."), | 56 | new CommandLineHelpSwitch("-culture", "Adds a culture to filter localization files."), |
57 | new CommandLineHelpSwitch("-define", "-d", "Sets a preprocessor variable."), | 57 | new CommandLineHelpSwitch("-define", "-d", "Sets a preprocessor variable."), |
58 | new CommandLineHelpSwitch("-defaultcompressionlevel", "-dcl", "Default compression level; see Compression levels below."), | 58 | new CommandLineHelpSwitch("-defaultcompressionlevel", "-dcl", "Default compression level; see Compression levels below."), |
59 | new CommandLineHelpSwitch("-include", "-i", "Folder to search for include files."), | 59 | new CommandLineHelpSwitch("-includepath", "-i", "Folder to search for include files."), |
60 | new CommandLineHelpSwitch("-intermediatefolder", "Optional working folder. If not specified a folder in %TMP% will be created."), | 60 | new CommandLineHelpSwitch("-intermediatefolder", "Optional working folder. If not specified a folder in %TMP% will be created."), |
61 | new CommandLineHelpSwitch("-loc", "Localization file to use in the build. By default, .wxl files are recognized as localization."), | 61 | new CommandLineHelpSwitch("-loc", "Localization file to use in the build. By default, .wxl files are recognized as localization."), |
62 | new CommandLineHelpSwitch("-lib", "Library file to use in the build. By default, .wixlib files are recognized as libraries."), | 62 | new CommandLineHelpSwitch("-lib", "Library file to use in the build. By default, .wixlib files are recognized as libraries."), |