diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/HelpCommand.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/HelpCommand.cs | 2 |
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 | { |