1
0
mirror of synced 2025-01-17 22:11:41 +03:00

Fix grammar in CreateCommand

This commit is contained in:
Dave Hulbert 2013-07-02 16:29:36 +01:00
parent c57f2c39f6
commit 5e700db6d3

View File

@ -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(<<<EOT