* Separate treatment of verbose option

git-svn-id: trunk@28454 -
This commit is contained in:
michael 2014-08-18 22:14:45 +00:00
parent 292ab82fc5
commit c668e4d724

View File

@ -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