diff options
Diffstat (limited to 'src/wixcop/CommandLine/HelpCommand.cs')
-rw-r--r-- | src/wixcop/CommandLine/HelpCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixcop/CommandLine/HelpCommand.cs b/src/wixcop/CommandLine/HelpCommand.cs index 1505dc59..4a173cd9 100644 --- a/src/wixcop/CommandLine/HelpCommand.cs +++ b/src/wixcop/CommandLine/HelpCommand.cs | |||
@@ -8,7 +8,7 @@ namespace WixToolset.Tools.WixCop.CommandLine | |||
8 | 8 | ||
9 | internal class HelpCommand : ICommandLineCommand | 9 | internal class HelpCommand : ICommandLineCommand |
10 | { | 10 | { |
11 | public bool ShowLogo => false; | 11 | public bool ShowLogo => true; |
12 | 12 | ||
13 | public bool StopParsing => true; | 13 | public bool StopParsing => true; |
14 | 14 | ||