浏览代码

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