Skip to content

Commit

Permalink
[PropelBundle] Added description for build command
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto authored and fabpot committed Jun 23, 2010
1 parent 449bf62 commit a71a75a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Framework/PropelBundle/Command/BuildCommand.php
Expand Up @@ -37,6 +37,8 @@ class BuildCommand extends PhingCommand
protected function configure()
{
$this
->setDescription('Hub for Propel build commands (model, sql)')

->setDefinition(array(
new InputOption('--classes', '', InputOption::PARAMETER_NONE, 'Build only classes'),
new InputOption('--sql', '', InputOption::PARAMETER_NONE, 'Build only code'),
Expand Down

0 comments on commit a71a75a

Please sign in to comment.