Fix error message and add 'user' to it

This commit is contained in:
Jens-Christian Fischer 2015-06-11 13:02:47 +02:00
parent 672b8752e4
commit 0013c4115e
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@ class Delete extends Command {
return;
}
$output->writeln('<error>The specified could not be deleted. Please check the logs.</error>');
$output->writeln('<error>The specified user could not be deleted. Please check the logs.</error>');
}
}