Skip to content

Commit

Permalink
docs: update Angular CLI help [16.2.x] (#52335)
Browse files Browse the repository at this point in the history
Updated Angular CLI help contents.

PR Close #52335
  • Loading branch information
angular-robot authored and dylhunn committed Oct 24, 2023
1 parent 3687359 commit fd88d6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aio/content/cli/help/build-info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"branchName": "refs/heads/16.2.x",
"sha": "b60a9860358408bcef04bf9c2d0040e649ea319a"
"sha": "36adedc25c729e418ce3984b9f94bc32a1ff8a38"
}
6 changes: 3 additions & 3 deletions aio/content/cli/help/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"name": "from",
"type": "string",
"description": "Version from which to migrate from. Only available with a single package being updated, and only with 'migrate-only'."
"description": "Version from which to migrate from. Only available when a single package is updated, and only with 'migrate-only'."
},
{
"name": "help",
Expand All @@ -46,7 +46,7 @@
{
"name": "name",
"type": "string",
"description": "The name of the migration to run. Only available with a single package being updated, and only with 'migrate-only' option."
"description": "The name of the migration to run. Only available when a single package is updated."
},
{
"name": "next",
Expand All @@ -71,7 +71,7 @@
{
"name": "to",
"type": "string",
"description": "Version up to which to apply migrations. Only available with a single package being updated, and only with 'migrate-only' option. Requires 'from' to be specified. Default to the installed version detected."
"description": "Version up to which to apply migrations. Only available when a single package is updated, and only with 'migrate-only' option. Requires 'from' to be specified. Default to the installed version detected."
},
{
"name": "verbose",
Expand Down

0 comments on commit fd88d6a

Please sign in to comment.