diff --git a/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php b/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php index ea43f770b..b96a5a673 100644 --- a/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php +++ b/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php @@ -71,7 +71,7 @@ class UpdateCommand extends AbstractCommand ), )); - $fullName = $this->getFullName(); + $fullName = $this->getName(); $this->setHelp(<<$fullName command generates the SQL needed to synchronize the database schema with the current mapping metadata of the