Commit 70141886 authored by guilhermeblanco's avatar guilhermeblanco

[2.0][DDC-476] Fixed description of convert-10-schema. Thanks for the report

parent 45d1e200
......@@ -56,7 +56,7 @@ class ConvertDoctrine1SchemaTask extends AbstractTask
$doc = $this->getDocumentation();
$doc->setName('convert-10-schema')
->setDescription('Displays the current installed Doctrine version.')
->setDescription('Converts a Doctrine 1.X schema into a Doctrine 2.X schema.')
->getOptionGroup()
->addOption($options);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment