commit
dc2be816a8
@ -50,7 +50,7 @@ class CreateCommand extends AbstractCommand
|
|||||||
->setDefinition(array(
|
->setDefinition(array(
|
||||||
new InputOption(
|
new InputOption(
|
||||||
'dump-sql', null, InputOption::VALUE_NONE,
|
'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
|
->setHelp(<<<EOT
|
||||||
|
@ -50,7 +50,7 @@ class DropCommand extends AbstractCommand
|
|||||||
->setDefinition(array(
|
->setDefinition(array(
|
||||||
new InputOption(
|
new InputOption(
|
||||||
'dump-sql', null, InputOption::VALUE_NONE,
|
'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(
|
new InputOption(
|
||||||
'force', null, InputOption::VALUE_NONE,
|
'force', null, InputOption::VALUE_NONE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user