Skip to content

Commit

Permalink
Remove pm:info usage example from role:perm:add annotation (#4793)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbporter committed Jul 19, 2021
1 parent 64c6a28 commit 4113c21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Drupal/Commands/core/RoleCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public function delete($machine_name)
* Allow anon users to post comments.
* @usage drush role:perm:add anonymous 'post comments,access content'
* Allow anon users to post comments and access content.
* @usage drush pm:info --fields=permissions --format=csv aggregator
* Discover the permissions associated with given module (then use this command as needed).
* @aliases rap,role-add-perm
*/
public function roleAddPerm($machine_name, $permissions)
Expand Down

0 comments on commit 4113c21

Please sign in to comment.