Skip to content

Commit

Permalink
Fix bug with --help
Browse files Browse the repository at this point in the history
  • Loading branch information
tobya committed Dec 3, 2021
1 parent 134bbc2 commit fa7bfd7
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 fa7bfd7

Please sign in to comment.