diff options
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/heat/HeatCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
75 | } | 75 | } |
76 | else if ("o" == parameter || "out" == parameter) | 76 | else if ("o" == parameter || "out" == parameter) |
77 | { | 77 | { |
78 | this.OutputFile = parser.GetNextArgumentAsFilePathOrError(arg); | 78 | this.OutputFile = parser.GetNextArgumentAsFilePathOrError(arg, "output source file"); |
79 | 79 | ||
80 | if (String.IsNullOrEmpty(this.OutputFile)) | 80 | if (String.IsNullOrEmpty(this.OutputFile)) |
81 | { | 81 | { |