Skip to content

Commit

Permalink
fix: add note about using aliases for -u or -o
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored May 3, 2021
1 parent 33bf7f8 commit 8f3a684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/permset.assign.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "assign a permission set to one or more users of an org",
"description": "assign a permission set to one or more users of an org\nTo specify an alias for the -u or -o parameter, use the username alias you set with the \"alias:set\" CLI command, not the User.Alias value of the org user.",
"examples": [
"sfdx force:user:permset:assign -n DreamHouse",
"sfdx force:user:permset:assign -n DreamHouse -u [email protected]",
Expand Down

0 comments on commit 8f3a684

Please sign in to comment.