Fixed help for commands

This commit is contained in:
William DURAND 2011-03-26 18:30:43 +01:00
commit 98356cb3b4
7 changed files with 7 additions and 12 deletions

View file

@ -40,7 +40,7 @@ class BuildCommand extends PhingCommand
->setDefinition(array(
new InputOption('--classes', '', InputOption::VALUE_NONE, 'Build only classes'),
new InputOption('--sql', '', InputOption::VALUE_NONE, 'Build only code'),
new InputOption('--insert-sql', '', InputOption::VALUE_NONE, 'Insert SQL'),
new InputOption('--insert-sql', '', InputOption::VALUE_NONE, 'Build all and insert SQL'),
))
->setName('propel:build');
}