소스 검색

[PropelBundle] Added description for build command

Francois Zaninotto 15 년 전
부모
커밋
a71a75aa4c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Symfony/Framework/PropelBundle/Command/BuildCommand.php

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