diff options
author | Simon Tatham <anakin@pobox.com> | 2020-07-24 10:06:33 +0100 |
---|---|---|
committer | Simon Tatham <anakin@pobox.com> | 2020-12-17 11:53:02 +0000 |
commit | 011e428880d14afd4811a02f07e56af5876f9583 (patch) | |
tree | ca4e1ee91d31000a7bed0613a0eeffcc30249fe0 /src/test | |
parent | 7ce9de201708eb3b69b7dd8dee7c0b9ded15e905 (diff) | |
download | wix-011e428880d14afd4811a02f07e56af5876f9583.tar.gz wix-011e428880d14afd4811a02f07e56af5876f9583.tar.bz2 wix-011e428880d14afd4811a02f07e56af5876f9583.zip |
[Linux] Fix newline handling in help message.
The current help message for `wix` itself doesn't end in a newline. On
Windows that's only a minor oddity because command prompts are
typically preceded by a newline anyway; on Linux, they're typically
not, so it's much more unfriendly to leave the shell prompt at the end
of a line.
Also, generating newlines using Console.WriteLine instead of an
explicit `\r\n` means they automatically adapt to the local platform's
newline convention.
Diffstat (limited to 'src/test')
0 files changed, 0 insertions, 0 deletions