diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-08-16 18:11:54 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-08-16 23:21:06 -0700 |
| commit | 94e722baab4e848a615812a45fecc8322335d1f0 (patch) | |
| tree | 8b1124ba75f3b1fc55981113660407c903d45543 /src/tools/heat/HelpCommand.cs | |
| parent | da5cc586114e537461b239a882c5bbea470d812d (diff) | |
| download | wix-94e722baab4e848a615812a45fecc8322335d1f0.tar.gz wix-94e722baab4e848a615812a45fecc8322335d1f0.tar.bz2 wix-94e722baab4e848a615812a45fecc8322335d1f0.zip | |
Update heat to use StandardDirectory element
Fixes 6631
Diffstat (limited to '')
| -rw-r--r-- | src/tools/heat/HelpCommand.cs | 2 |
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 | } |
