aboutsummaryrefslogtreecommitdiff
path: root/src/wixcop/CommandLine/HelpCommand.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-08 21:53:58 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-08 22:11:35 +1000
commit70d112fb1ec23597b6365c3f80eec695c013960b (patch)
treee50e8845faede864ce85a684d8cb6778163a20cb /src/wixcop/CommandLine/HelpCommand.cs
parent2eef1a51d1852a284cdd2c6fc1ba54c98ee1913b (diff)
downloadwix-70d112fb1ec23597b6365c3f80eec695c013960b.tar.gz
wix-70d112fb1ec23597b6365c3f80eec695c013960b.tar.bz2
wix-70d112fb1ec23597b6365c3f80eec695c013960b.zip
Implement ShowLogo in wixcop.
Diffstat (limited to 'src/wixcop/CommandLine/HelpCommand.cs')
-rw-r--r--src/wixcop/CommandLine/HelpCommand.cs2
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