From f1b7df8ac8bd545d4329707761a81669b95c10e9 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 5 Nov 2022 22:31:36 -0400 Subject: Visible string cleanup. --- src/wix/WixToolset.Converters/ConverterExtensionCommandLine.cs | 2 +- src/wix/WixToolset.Converters/FormatCommand.cs | 2 +- src/wix/WixToolset.Core.Burn/CommandLine/BurnCommand.cs | 8 ++++---- src/wix/WixToolset.Core.Burn/CommandLine/DetachSubcommand.cs | 2 +- .../ExtensionCacheManagerExtensionCommandLine.cs | 2 +- .../WindowsInstallerExtensionCommandLine.cs | 2 +- src/wix/WixToolset.Core/CommandLine/BuildCommand.cs | 2 +- src/wix/WixToolset.Core/CommandLine/HelpCommand.cs | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/wix/WixToolset.Converters/ConverterExtensionCommandLine.cs b/src/wix/WixToolset.Converters/ConverterExtensionCommandLine.cs index f9facf99..26d95ec4 100644 --- a/src/wix/WixToolset.Converters/ConverterExtensionCommandLine.cs +++ b/src/wix/WixToolset.Converters/ConverterExtensionCommandLine.cs @@ -27,7 +27,7 @@ namespace WixToolset.Converters Commands = new[] { new CommandLineHelpCommand("convert", "Convert v3 source code to v4 source code."), - new CommandLineHelpCommand("format", "Ensures consistent formatting of source code."), + new CommandLineHelpCommand("format", "Ensure consistent formatting of source code."), } }; } diff --git a/src/wix/WixToolset.Converters/FormatCommand.cs b/src/wix/WixToolset.Converters/FormatCommand.cs index f3c8efdd..4fc58426 100644 --- a/src/wix/WixToolset.Converters/FormatCommand.cs +++ b/src/wix/WixToolset.Converters/FormatCommand.cs @@ -17,7 +17,7 @@ namespace WixToolset.Converters public override CommandLineHelp GetCommandLineHelp() { - return new CommandLineHelp("Ensures consistent formatting of source code.", "format [options] sourceFile [sourceFile ...]") + return new CommandLineHelp("Ensure consistent formatting of source code.", "format [options] sourceFile [sourceFile ...]") { Switches = new[] { diff --git a/src/wix/WixToolset.Core.Burn/CommandLine/BurnCommand.cs b/src/wix/WixToolset.Core.Burn/CommandLine/BurnCommand.cs index 7129f867..653f03fb 100644 --- a/src/wix/WixToolset.Core.Burn/CommandLine/BurnCommand.cs +++ b/src/wix/WixToolset.Core.Burn/CommandLine/BurnCommand.cs @@ -33,10 +33,10 @@ namespace WixToolset.Core.Burn.CommandLine { Commands = new[] { - new CommandLineHelpCommand("detach", "Detaches the burn engine from a bundle so it can be signed."), - new CommandLineHelpCommand("extract", "Extracts the internals of a bundle to a folder."), - new CommandLineHelpCommand("reattach", "Reattaches a signed burn engine to a bundle."), - new CommandLineHelpCommand("remotepayload", "Extracts the internals of a bundle."), + new CommandLineHelpCommand("detach", "Detach the Burn engine from a bundle so it can be signed."), + new CommandLineHelpCommand("extract", "Extract the internals of a bundle to a folder."), + new CommandLineHelpCommand("reattach", "Reattach a signed Burn engine to a bundle."), + new CommandLineHelpCommand("remotepayload", "Generate source code for a remote payload."), } }; } diff --git a/src/wix/WixToolset.Core.Burn/CommandLine/DetachSubcommand.cs b/src/wix/WixToolset.Core.Burn/CommandLine/DetachSubcommand.cs index 30345cc2..c43e1b62 100644 --- a/src/wix/WixToolset.Core.Burn/CommandLine/DetachSubcommand.cs +++ b/src/wix/WixToolset.Core.Burn/CommandLine/DetachSubcommand.cs @@ -31,7 +31,7 @@ namespace WixToolset.Core.Burn.CommandLine public override CommandLineHelp GetCommandLineHelp() { - return new CommandLineHelp("Detaches the burn engine from a bundle so it can be signed.", "burn detach [options] original.exe -engine engine.exe", new[] + return new CommandLineHelp("Detaches the Burn engine from a bundle so it can be signed.", "burn detach [options] original.exe -engine engine.exe", new[] { new CommandLineHelpSwitch("-intermediateFolder", "Optional working folder. If not specified %TMP% will be used."), new CommandLineHelpSwitch("-engine", "Path to extract bundle's engine file to."), diff --git a/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionCommandLine.cs b/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionCommandLine.cs index 788b986c..19646e04 100644 --- a/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionCommandLine.cs +++ b/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionCommandLine.cs @@ -24,7 +24,7 @@ namespace WixToolset.Core.ExtensionCache { return new CommandLineHelp("Manage the extension cache.") { - Commands = new[] { new CommandLineHelpCommand("extension", "Manage extension cache.") } + Commands = new[] { new CommandLineHelpCommand("extension", "Manage WiX extension cache.") } }; } 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 { Commands = new[] { - new CommandLineHelpCommand("msi", "Windows Installer specialized operations."), + new CommandLineHelpCommand("msi", "Specialized operations for manipulating Windows Installer packages."), } }; } diff --git a/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs b/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs index f56e74ec..4cc2227c 100644 --- a/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs +++ b/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs @@ -58,7 +58,7 @@ namespace WixToolset.Core.CommandLine new CommandLineHelpSwitch("-include", "-i", "Folder to search for include files."), new CommandLineHelpSwitch("-intermediatefolder", "Optional working folder. If not specified a folder in %TMP% will be created."), new CommandLineHelpSwitch("-loc", "Localization file to use in the build. By default, .wxl files are recognized as localization."), - new CommandLineHelpSwitch("-lib", "Library file to use in the build. By default, .wixlb files are recognized as libraries."), + new CommandLineHelpSwitch("-lib", "Library file to use in the build. By default, .wixlib files are recognized as libraries."), new CommandLineHelpSwitch("-src", "Source file to use in the build. By default, .wxs files are recognized as source code."), new CommandLineHelpSwitch("-out", "-o", "Path to output the build to."), new CommandLineHelpSwitch("-outputtype", "Explicitly set the output type if it cannot be determined from the output."), diff --git a/src/wix/WixToolset.Core/CommandLine/HelpCommand.cs b/src/wix/WixToolset.Core/CommandLine/HelpCommand.cs index f6d3d776..e8218b58 100644 --- a/src/wix/WixToolset.Core/CommandLine/HelpCommand.cs +++ b/src/wix/WixToolset.Core/CommandLine/HelpCommand.cs @@ -35,12 +35,12 @@ namespace WixToolset.Core.CommandLine Switches = new[] { new CommandLineHelpSwitch("--help", "-h", "Show command line help."), - new CommandLineHelpSwitch("--version", "-v", "Display WiX Toolset version in use."), + new CommandLineHelpSwitch("--version", "Display WiX Toolset version in use."), new CommandLineHelpSwitch("--nologo", "Suppress displaying the logo information."), }, Commands = new[] { - new CommandLineHelpCommand("build", "Build a wixlib, package or bundle.") + new CommandLineHelpCommand("build", "Build a wixlib, package, or bundle.") }, Notes = "Run 'wix [command] -h' for more information on a command." }; -- cgit v1.2.3-55-g6feb