Explorar o código

[PropelBundle] Added description for build command

Francois Zaninotto %!s(int64=15) %!d(string=hai) anos
pai
achega
a71a75aa4c

+ 2 - 0
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'),