@@ -139,7 +139,7 @@ EXAMPLES
139139 $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
140140```
141141
142- _ See code: [ src/commands/org/assign/permset.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.9.6 /src/commands/org/assign/permset.ts ) _
142+ _ See code: [ src/commands/org/assign/permset.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.10.0 /src/commands/org/assign/permset.ts ) _
143143
144144## ` sf org assign permsetlicense `
145145
@@ -186,7 +186,7 @@ EXAMPLES
186186 user3
187187```
188188
189- _ See code: [ src/commands/org/assign/permsetlicense.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.9.6 /src/commands/org/assign/permsetlicense.ts ) _
189+ _ See code: [ src/commands/org/assign/permsetlicense.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.10.0 /src/commands/org/assign/permsetlicense.ts ) _
190190
191191## ` sf org create user `
192192
@@ -294,7 +294,7 @@ FLAG DESCRIPTIONS
294294 might be different than what you specify in the definition file.
295295```
296296
297- _ See code: [ src/commands/org/create/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.9.6 /src/commands/org/create/user.ts ) _
297+ _ See code: [ src/commands/org/create/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.10.0 /src/commands/org/create/user.ts ) _
298298
299299## ` sf org display user `
300300
@@ -316,9 +316,8 @@ GLOBAL FLAGS
316316DESCRIPTION
317317 Display information about a Salesforce user.
318318
319- Output includes the profile name, org ID, access token, instance URL, login URL, and alias if applicable. The
320- displayed alias is local and different from the Alias field of the User sObject record of the new user, which you set
321- in the Setup UI.
319+ Output includes the profile name, org ID, instance URL, login URL, and alias if applicable. The displayed alias is
320+ local and different from the Alias field of the User sObject record of the new user, which you set in the Setup UI.
322321
323322ALIASES
324323 $ sf force user display
@@ -333,7 +332,7 @@ EXAMPLES
333332 $ sf org display user --target-org me@my.org --json
334333```
335334
336- _ See code: [ src/commands/org/display/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.9.6 /src/commands/org/display/user.ts ) _
335+ _ See code: [ src/commands/org/display/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.10.0 /src/commands/org/display/user.ts ) _
337336
338337## ` sf org generate password `
339338
@@ -378,7 +377,7 @@ DESCRIPTION
378377 4 - lower and upper case letters and symbols only
379378 5 - lower and upper case letters and numbers and symbols only
380379
381- To see a password that was previously generated, run "org display user".
380+ To see a password that was previously generated, run "org auth show- user-password ".
382381
383382EXAMPLES
384383 Generate a password for the original admin user of your default scratch org:
@@ -400,7 +399,7 @@ EXAMPLES
400399 $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
401400```
402401
403- _ See code: [ src/commands/org/generate/password.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.9.6 /src/commands/org/generate/password.ts ) _
402+ _ See code: [ src/commands/org/generate/password.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.10.0 /src/commands/org/generate/password.ts ) _
404403
405404## ` sf org list users `
406405
@@ -438,6 +437,6 @@ EXAMPLES
438437 $ sf org list users --target-org me@my.org
439438```
440439
441- _ See code: [ src/commands/org/list/users.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.9.6 /src/commands/org/list/users.ts ) _
440+ _ See code: [ src/commands/org/list/users.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.10.0 /src/commands/org/list/users.ts ) _
442441
443442<!-- commandsstop -->
0 commit comments