* short op for ident is t not d, probably copy and paste. Patch by Margers, mantis 36597

git-svn-id: trunk@43963 -
This commit is contained in:
marco 2020-01-17 12:23:42 +00:00
parent 3053f8c2e8
commit c35ada7639

View File

@ -154,7 +154,7 @@ begin
end;
// Indent
if HasOption('t','indent') then
FIndentSize:=StrToIntDef(GetOptionValue('d','indent'),-1);
FIndentSize:=StrToIntDef(GetOptionValue('t','indent'),-1);
if (FHeaderFile<>'') and Not FileExists(FheaderFile) then
begin
PrintUsage(Format('Header file "%s"does not exist',[FHeaderFile]));