Fix grammar in DropCommand
This commit is contained in:
parent
29d6da0fa0
commit
c57f2c39f6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue