Skip to content

Commit eed10b1

Browse files
committed
docs: fix examples to not use deprecated beta
1 parent e6ada01 commit eed10b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

messages/convert.source-behavior.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Behavior to enable; the values correspond to the possible values of the "sourceB
1616

1717
# examples
1818

19-
- Update your Salesforce DX project to decompose custom labels:
19+
- Update your Salesforce DX project to decompose custom permission sets:
2020

21-
<%= config.bin %> <%= command.id %> --behavior decomposeCustomLabelsBeta
21+
<%= config.bin %> <%= command.id %> --behavior decomposePermissionSetBeta
2222

2323
- Display what the command would do, but don't change any existing files:
2424

25-
<%= config.bin %> <%= command.id %> --behavior decomposeCustomLabelsBeta --dry-run
25+
<%= config.bin %> <%= command.id %> --behavior decomposePermissionSetBeta --dry-run
2626

2727
- Keep the temporary directory that contains the interim metadata API formatted files:
2828

29-
<%= config.bin %> <%= command.id %> --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
29+
<%= config.bin %> <%= command.id %> --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
3030

3131
# flags.dry-run.summary
3232

0 commit comments

Comments
 (0)