Commit 593070e7 by Qiang Xue

Merge branch 'master' of git://github.com/yiisoft/yii2

parents 262a77ca d549aa39
...@@ -43,6 +43,6 @@ class Action extends \yii\base\Action ...@@ -43,6 +43,6 @@ class Action extends \yii\base\Action
*/ */
public function getHelp() public function getHelp()
{ {
return HelpParser::getDescriptionForConsole(new \ReflectionClass($this)); return HelpParser::getFull(new \ReflectionClass($this));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment