Skip to content

Commit

Permalink
delete user
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jul 3, 2022
1 parent 0157d2e commit c875fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Console/DeleteUserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected function doExecute(InputInterface $input, OutputInterface $output): in
{
$this->configureIO($input, $output);

$this->ioStyle->title('Delete users');
$this->ioStyle->title('Delete User');

$this->username = $this->getStringFromOption('username', 'Please enter a username');

Expand Down

0 comments on commit c875fcc

Please sign in to comment.