1
0
mirror of synced 2025-02-20 06:03:15 +03:00

Merge pull request #713 from dave1010/grammar-fix

Quick grammar fix
This commit is contained in:
Marco Pivetta 2013-07-02 10:20:28 -07:00
commit dc2be816a8
2 changed files with 2 additions and 2 deletions

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

View File

@ -50,7 +50,7 @@ class DropCommand 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.'
),
new InputOption(
'force', null, InputOption::VALUE_NONE,