From 11967e68012d392c9d32d36096af1610606eb5dd Mon Sep 17 00:00:00 2001 From: Mansur Besleney Date: Wed, 1 Oct 2025 14:28:12 +0300 Subject: [PATCH] Update CLI sample to use --old flag Replaces the '-csf' flag with '--old' in the .NET console application template example to reflect updated command usage. --- docs/en/cli/new-command-samples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cli/new-command-samples.md b/docs/en/cli/new-command-samples.md index 5aa65f4d18..4d4f545d05 100644 --- a/docs/en/cli/new-command-samples.md +++ b/docs/en/cli/new-command-samples.md @@ -164,7 +164,7 @@ It's a template of a basic .NET console application with ABP module architecture * This project consists of the following files: `Acme.BookStore.csproj`, `appsettings.json`, `BookStoreHostedService.cs`, `BookStoreModule.cs`, `HelloWorldService.cs` and `Program.cs`. ```bash - abp new Acme.BookStore -t console -csf + abp new Acme.BookStore -t console --old ``` ## Module