mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
pabcnetcclear: fix extension in Output example (#8883)
This commit is contained in:
parent
1d197c3407
commit
29864eafc6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Compile the specified source file into an executable with the specified name:
|
||||
|
||||
`pabcnetcclear /Output:{{path/to/file.pas}} {{path/to/source_file.pas}}`
|
||||
`pabcnetcclear /Output:{{path/to/file.exe}} {{path/to/source_file.pas}}`
|
||||
|
||||
- Compile the specified source file into an executable with the same name along with/without debug information:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue