1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Fixed typo

This commit is contained in:
Davy Hellemans 2011-09-05 09:42:09 +03:00
parent 6bbf2d9da3
commit b333ff95fb

View File

@ -46,7 +46,7 @@ class ValidateSchemaCommand extends Console\Command\Command
{
$this
->setName('orm:validate-schema')
->setDescription('Validate that the mapping files.')
->setDescription('Validate the mapping files.')
->setHelp(<<<EOT
'Validate that the mapping files are correct and in sync with the database.'
EOT