aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/HelpCommand.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-10-07 15:07:20 -0700
committerRob Mensching <rob@firegiant.com>2017-10-07 15:07:20 -0700
commitfbf986eb97f68396797a89fc7d40dec07b775440 (patch)
tree0ed7743a1ce95afc96aae5710479188bb5bdf08f /src/WixToolset.Core/CommandLine/HelpCommand.cs
parent50bd11c35ebc48137eb01d69bdeb783c66479517 (diff)
downloadwix-fbf986eb97f68396797a89fc7d40dec07b775440.tar.gz
wix-fbf986eb97f68396797a89fc7d40dec07b775440.tar.bz2
wix-fbf986eb97f68396797a89fc7d40dec07b775440.zip
Rename ICommand to ICommandLineCommand
Removes conflicts with existing ICommand. More refactoring coming.
Diffstat (limited to 'src/WixToolset.Core/CommandLine/HelpCommand.cs')
-rw-r--r--src/WixToolset.Core/CommandLine/HelpCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/HelpCommand.cs b/src/WixToolset.Core/CommandLine/HelpCommand.cs
index 1c101781..e57ad132 100644
--- a/src/WixToolset.Core/CommandLine/HelpCommand.cs
+++ b/src/WixToolset.Core/CommandLine/HelpCommand.cs
@@ -4,7 +4,7 @@ namespace WixToolset.Core
4{ 4{
5 using System; 5 using System;
6 6
7 internal class HelpCommand : ICommand 7 internal class HelpCommand : ICommandLineCommand
8 { 8 {
9 public HelpCommand(Commands command) 9 public HelpCommand(Commands command)
10 { 10 {