1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Merge pull request #118 from bauffman/patch-1

Fixed typo
This commit is contained in:
Guilherme Blanco 2011-09-05 06:48:28 -07:00
commit c30e129390

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