Skip to content

Commit 6ad401e

Browse files
chore: Update help for "org assign permset|license" (#1207)
* Update permset.assign.md * Update permsetlicense.assign.md --------- Co-authored-by: Cristian Dominguez <6853656+cristiand391@users.noreply.github.com>
1 parent 26632e1 commit 6ad401e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

messages/permset.assign.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# summary
22

3-
Assign a permission set to one or more users of a scratch org.
3+
Assign a permission set to one or more org users.
44

55
# description
66

@@ -16,29 +16,29 @@ To assign multiple permission sets, either set multiple --perm-set-name flags or
1616

1717
# examples
1818

19-
- Assign two permission sets called DreamHouse and CloudHouse to original admin user of your default scratch org:
19+
- Assign two permission sets called DreamHouse and CloudHouse to original admin user of your default org:
2020

2121
<%= config.bin %> <%= command.id %> --name DreamHouse --name CloudHouse
2222

23-
- Assign the Dreamhouse permission set to the original admin user of the scratch org with alias "my-scratch":
23+
- Assign the Dreamhouse permission set to the original admin user of the org with alias "my-scratch":
2424

2525
<%= config.bin %> <%= command.id %> --name DreamHouse --target-org my-scratch
2626

27-
- Assign the Dreamhouse permission set to the specified list of users of your default scratch org:
27+
- Assign the Dreamhouse permission set to the specified list of users of your default org:
2828

2929
<%= config.bin %> <%= command.id %> --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
3030

3131
# examples.force
3232

33-
- Assign two permission sets called DreamHouse and CloudHouse to original admin user of your default scratch org:
33+
- Assign two permission sets called DreamHouse and CloudHouse to original admin user of your default org:
3434

3535
<%= config.bin %> <%= command.id %> --perm-set-name DreamHouse --perm-set-name CloudHouse
3636

37-
- Assign the Dreamhouse permission set to the original admin user of the scratch org with alias "my-scratch":
37+
- Assign the Dreamhouse permission set to the original admin user of the org with alias "my-scratch":
3838

3939
<%= config.bin %> <%= command.id %> --perm-set-name DreamHouse --target-org my-scratch
4040

41-
- Assign the Dreamhouse permission set to the specified list of users of your default scratch org:
41+
- Assign the Dreamhouse permission set to the specified list of users of your default org:
4242

4343
<%= config.bin %> <%= command.id %> --perm-set-name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
4444

@@ -52,4 +52,4 @@ Permission set to assign.
5252

5353
# flags.target-org.summary
5454

55-
Scratch org alias or login user.
55+
Username or alias of the target org. Not required if the `target-org` configuration variable is already set.

messages/permsetlicense.assign.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# summary
22

3-
Assign a permission set license to one or more users of a scratch org.
3+
Assign a permission set license to one or more org users.
44

55
# description
66

@@ -10,15 +10,15 @@ To assign multiple permission sets, either set multiple --name flags or a single
1010

1111
# examples
1212

13-
- Assign the DreamHouse permission set license to original admin user of your default scratch org:
13+
- Assign the DreamHouse permission set license to original admin user of your default org:
1414

1515
<%= config.bin %> <%= command.id %> --name DreamHouse
1616

17-
- Assign two permission set licenses to the original admin user of the scratch org with alias "my-scratch":
17+
- Assign two permission set licenses to the original admin user of the org with alias "my-scratch":
1818

1919
<%= config.bin %> <%= command.id %> --name DreamHouse --name CloudHouse --target-org my-scratch
2020

21-
- Assign the Dreamhouse permission set license to the specified list of users of your default scratch org:
21+
- Assign the Dreamhouse permission set license to the specified list of users of your default org:
2222

2323
<%= config.bin %> <%= command.id %> --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user3
2424

@@ -36,4 +36,4 @@ The user "%s" already has the Permission Set License "%s"
3636

3737
# flags.target-org.summary
3838

39-
Scratch org alias or login user.
39+
Username or alias of the target org. Not required if the `target-org` configuration variable is already set.

0 commit comments

Comments
 (0)