Skip to content

Commit

Permalink
fix help long param
Browse files Browse the repository at this point in the history
  • Loading branch information
tobya committed Dec 3, 2021
1 parent 624174d commit 134bbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainUtils.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ procedure TDocumentConverter.LoadConfig(Params: TStrings);
else if (id = '-H') or
(id = '-?') or
(id = '?') OR
(id = '-help') then
(id = '--help') then
begin
ConfigLogHelp(ID,value,Params);
end
Expand Down

0 comments on commit 134bbc2

Please sign in to comment.