mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 18:23:46 +02:00
lazbuild: fixed typo
git-svn-id: trunk@39455 -
This commit is contained in:
parent
048b9be0b8
commit
2cd110e940
@ -1395,7 +1395,7 @@ begin
|
||||
p:=ParamStr(i);
|
||||
if p='--verbose' then
|
||||
inc(ConsoleVerbosity)
|
||||
else if (p='-q') or (p='quiet=') then
|
||||
else if (p='-q') or (p='--quiet') then
|
||||
dec(ConsoleVerbosity);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user