mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:39:26 +02:00
LazBuild: optimized wrapping of first line of parameter description in command line help output
This commit is contained in:
parent
c66f02e790
commit
9776c68b28
@ -1809,7 +1809,7 @@ const
|
||||
|
||||
procedure w(Msg: string);
|
||||
begin
|
||||
writeln(UTF8ToConsole(UTF8WrapText(StringOfChar(' ', cDescrIndent) + Msg, LineEnding, [' ', #9], cMaxLength, cDescrIndent)));
|
||||
writeln(UTF8ToConsole(StringOfChar(' ', cDescrIndent) + UTF8WrapText(Msg, LineEnding, [' ', #9], cMaxLength, cDescrIndent)));
|
||||
end;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user