Skip to content

Commit 2e752e7

Browse files
committed
docs: replace deprecated camel-case argument
`--createApplication` is deprecated in favor of `--create-application` (cherry picked from commit b8e06a3)
1 parent 6eb7eef commit 2e752e7

File tree

1 file changed

+1
-1
lines changed
  • packages/angular/cli/commands

1 file changed

+1
-1
lines changed

packages/angular/cli/commands/new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ All prompts can safely be allowed to default.
1111

1212
- Subsequent applications that you generate in the workspace reside in the `projects/` subfolder.
1313

14-
If you plan to have multiple applications in the workspace, you can create an empty workspace by setting the `--createApplication` option to false.
14+
If you plan to have multiple applications in the workspace, you can create an empty workspace by setting the `--create-application` option to false.
1515
You can then use `ng generate application` to create an initial application.
1616
This allows a workspace name different from the initial app name, and ensures that all applications reside in the `/projects` subfolder, matching the structure of the configuration file.

0 commit comments

Comments
 (0)