From 91b8fb6f3215e9e652ac036f756dec383267adad Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 14 Aug 2022 14:08:40 -0700 Subject: Improve command line error reporting and remove some unused errors Fixes 6468 --- src/tools/heat/HeatCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/heat/HeatCommand.cs b/src/tools/heat/HeatCommand.cs index 6815acd6..d0c86401 100644 --- a/src/tools/heat/HeatCommand.cs +++ b/src/tools/heat/HeatCommand.cs @@ -75,7 +75,7 @@ namespace WixToolset.Harvesters } else if ("o" == parameter || "out" == parameter) { - this.OutputFile = parser.GetNextArgumentAsFilePathOrError(arg); + this.OutputFile = parser.GetNextArgumentAsFilePathOrError(arg, "output source file"); if (String.IsNullOrEmpty(this.OutputFile)) { -- cgit v1.2.3-55-g6feb