Skip to content

Commit

Permalink
Clarify help text for user:block
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Feb 15, 2023
1 parent 68b59a6 commit 4846c8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Drupal/Commands/core/UserCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ public function renderRolesCell($key, $cellData, FormatterOptions $options)
* @option $mail A comma delimited list of emails to lookup (an alternative to names).
* @aliases ublk,user-block
* @usage drush user:block user3
* Block the user whose name is user3
* Block the user whose name is <info>user3</info>
* @usage drush user:cancel user3 --delete-content
* Block the user whose name is user3 and delete her content.
* <info>Delete</info> the user whose name is <info>user3</info> and delete her content.
* @usage drush user:cancel user3 --reassign-content
* Block the user whose name is user3 and reassign her content to the anonymous user.
* <info>Delete</info> the user whose name is <info>user3</info> and reassign her content to the anonymous user.
*/
public function block(string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ]): void
{
Expand Down

0 comments on commit 4846c8d

Please sign in to comment.