Skip to content

Commit a8b59fc

Browse files
penyaskitoweitzman
authored andcommitted
Fixed usage docs for user-add-role. (#4088)
1 parent f507667 commit a8b59fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drupal/Commands/core/UserCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function unblock($names)
159159
* @param string $role The name of the role to add.
160160
* @param string $names A comma delimited list of user names.
161161
* @aliases urol,user-add-role
162-
* @usage drush user:add-role "power user" user3
162+
* @usage drush user-add-role "power user" user3
163163
* Add the "power user" role to user3
164164
*/
165165
public function addRole($role, $names)

0 commit comments

Comments
 (0)