summaryrefslogtreecommitdiff
path: root/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionCommandLine.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionCommandLine.cs')
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionCommandLine.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionCommandLine.cs b/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionCommandLine.cs
index 2919451c..23381c61 100644
--- a/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionCommandLine.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionCommandLine.cs
@@ -27,7 +27,7 @@ namespace WixToolset.Core.WindowsInstaller
27 { 27 {
28 Commands = new[] 28 Commands = new[]
29 { 29 {
30 new CommandLineHelpCommand("msi", "Windows Installer specialized operations."), 30 new CommandLineHelpCommand("msi", "Specialized operations for manipulating Windows Installer packages."),
31 } 31 }
32 }; 32 };
33 } 33 }