Skip to content

Commit

Permalink
delete command updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mparaiso committed May 1, 2013
1 parent f5146c5 commit f7180c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ protected function configure()
{
parent::configure();
$this->setName("doctrine:delete-managed-datas")
->addOption("filter", "f", InputOption::VALUE_REQUIRED|InputOption::VALUE_IS_ARRAY, "filter by entity name", array())
->addOption("filter", "f", InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, "filter by entity name", array())
->setDescription('Remove all managed entity datas from the database');
}

Expand Down

0 comments on commit f7180c4

Please sign in to comment.