summaryrefslogtreecommitdiff
path: root/src/tools/heat/HelpCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/heat/HelpCommand.cs')
-rw-r--r--src/tools/heat/HelpCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/heat/HelpCommand.cs b/src/tools/heat/HelpCommand.cs
index 25d8cd87..cb2bd798 100644
--- a/src/tools/heat/HelpCommand.cs
+++ b/src/tools/heat/HelpCommand.cs
@@ -97,7 +97,7 @@ namespace WixToolset.Harvesters
97 Console.WriteLine(HelpMessageOptionFormat, "-? | -help", "this help information"); 97 Console.WriteLine(HelpMessageOptionFormat, "-? | -help", "this help information");
98 Console.WriteLine("For more information see: https://wixtoolset.org/"); 98 Console.WriteLine("For more information see: https://wixtoolset.org/");
99 99
100 return 0; 100 return 1;
101 } 101 }
102 } 102 }
103} 103}