Skip to content

Commit 6011b7d

Browse files
authored
fix(material/schematics): add clarification about directory path format for MDC migration schematic (#25969)
1 parent 92e6fba commit 6011b7d

File tree

1 file changed

+1
-1
lines changed
  • src/material/schematics/ng-generate/mdc-migration

1 file changed

+1
-1
lines changed

src/material/schematics/ng-generate/mdc-migration/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"format": "path",
1010
"description": "Workspace-relative path to a directory which will be migrated.",
1111
"alias": "d",
12-
"x-prompt": "Limit the migration to a specific directory? (Enter directory or leave blank for all directories)"
12+
"x-prompt": "Limit the migration to a specific directory? (Enter the relative path such as 'src/app/shared' or leave blank for all directories)"
1313
},
1414
"components": {
1515
"type": "array",

0 commit comments

Comments
 (0)