[2.0][DDC-476] Fixed description of convert-10-schema. Thanks for the report
This commit is contained in:
parent
45d1e2005b
commit
7014188654
@ -56,7 +56,7 @@ class ConvertDoctrine1SchemaTask extends AbstractTask
|
|||||||
|
|
||||||
$doc = $this->getDocumentation();
|
$doc = $this->getDocumentation();
|
||||||
$doc->setName('convert-10-schema')
|
$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()
|
->getOptionGroup()
|
||||||
->addOption($options);
|
->addOption($options);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user