Fixed help for commands
This commit is contained in:
parent
4a6088b334
commit
98356cb3b4
7 changed files with 7 additions and 12 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue