From a71a75aa4cc409e79d427ee1ef645e5819cc96f5 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Wed, 16 Jun 2010 22:19:39 +0200 Subject: [PATCH] [PropelBundle] Added description for build command --- src/Symfony/Framework/PropelBundle/Command/BuildCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Symfony/Framework/PropelBundle/Command/BuildCommand.php b/src/Symfony/Framework/PropelBundle/Command/BuildCommand.php index 81a864403c..2749265d23 100644 --- a/src/Symfony/Framework/PropelBundle/Command/BuildCommand.php +++ b/src/Symfony/Framework/PropelBundle/Command/BuildCommand.php @@ -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'),