1
0
Fork 0
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:
Irina 2022-10-11 03:22:29 +03:00 committed by GitHub
parent 1d197c3407
commit 29864eafc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: