From 29864eafc6ca093f8e6b2d11137468fff304d0fc Mon Sep 17 00:00:00 2001 From: Irina <91758930+iridacea@users.noreply.github.com> Date: Tue, 11 Oct 2022 03:22:29 +0300 Subject: [PATCH] pabcnetcclear: fix extension in Output example (#8883) --- pages/windows/pabcnetcclear.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/windows/pabcnetcclear.md b/pages/windows/pabcnetcclear.md index 54287792c..5f37c3b2d 100644 --- a/pages/windows/pabcnetcclear.md +++ b/pages/windows/pabcnetcclear.md @@ -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: