Skip to content

Commit

Permalink
Help is displayed. #17
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmorozov committed Oct 31, 2020
1 parent af66823 commit de39262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/BoundingBoxConsole/bounding_box_cli.lps
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="2"/>
<TopLine Value="46"/>
<CursorPos X="130" Y="56"/>
<TopLine Value="53"/>
<CursorPos X="15" Y="72"/>
<UsageCount Value="21"/>
<Loaded Value="True"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
Expand Down Expand Up @@ -94,7 +94,7 @@
<EditorIndex Value="3"/>
<TopLine Value="71"/>
<CursorPos X="18" Y="80"/>
<UsageCount Value="10"/>
<UsageCount Value="11"/>
<Loaded Value="True"/>
</Unit9>
</Units>
Expand Down
3 changes: 1 addition & 2 deletions examples/BoundingBoxConsole/bounding_box_console.pas
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ procedure TBoundingBoxConsole.DoRun;

{ add your program here }

// stop program loop
Terminate;
WriteHelp;
end;

constructor TBoundingBoxConsole.Create(TheOwner: TComponent);
Expand Down

0 comments on commit de39262

Please sign in to comment.