mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 23:19:29 +02:00
* Separate treatment of verbose option
git-svn-id: trunk@28454 -
This commit is contained in:
parent
292ab82fc5
commit
c668e4d724
@ -373,7 +373,13 @@ begin
|
||||
Verbose(V_ERROR,'Illegal command-line option : '+O)
|
||||
else
|
||||
begin
|
||||
Found:=(I<ParamCount);
|
||||
if c=coverbose then
|
||||
begin
|
||||
Found:=true;
|
||||
o:='';
|
||||
end
|
||||
else
|
||||
Found:=(I<ParamCount);
|
||||
If Not found then
|
||||
Verbose(V_ERROR,'Option requires argument : '+O)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user