diff --git a/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php b/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php index 610f25c95..9a49c698d 100644 --- a/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php +++ b/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php @@ -50,7 +50,7 @@ class CreateCommand extends AbstractCommand ->setDefinition(array( new InputOption( 'dump-sql', null, InputOption::VALUE_NONE, - 'Instead of try to apply generated SQLs into EntityManager Storage Connection, output them.' + 'Instead of trying to apply generated SQLs into EntityManager Storage Connection, output them.' ) )) ->setHelp(<<