aboutsummaryrefslogtreecommitdiff
path: root/src/wixcop/CommandLine/HelpCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixcop/CommandLine/HelpCommand.cs')
-rw-r--r--src/wixcop/CommandLine/HelpCommand.cs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/wixcop/CommandLine/HelpCommand.cs b/src/wixcop/CommandLine/HelpCommand.cs
index a75dac5c..bfb784b0 100644
--- a/src/wixcop/CommandLine/HelpCommand.cs
+++ b/src/wixcop/CommandLine/HelpCommand.cs
@@ -1,8 +1,10 @@
1using System; 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2using WixToolset.Extensibility.Data;
3 2
4namespace WixCop.CommandLine 3namespace WixToolset.Tools.WixCop.CommandLine
5{ 4{
5 using System;
6 using WixToolset.Extensibility.Data;
7
6 internal class HelpCommand : ICommandLineCommand 8 internal class HelpCommand : ICommandLineCommand
7 { 9 {
8 public int Execute() 10 public int Execute()