diff --git a/framework/console/HelpCommand.php b/framework/console/HelpCommand.php index f1d0013..43b9eeb 100644 --- a/framework/console/HelpCommand.php +++ b/framework/console/HelpCommand.php @@ -1,19 +1,19 @@ * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2011 Yii Software LLC + * @copyright Copyright © 2008-2012 Yii Software LLC * @license http://www.yiiframework.com/license/ */ namespace yii\console; /** - * CHelpCommand represents a console help command. + * HelpCommand represents a console help command. * - * CHelpCommand displays the available command list or the help instructions + * HelpCommand displays the available command list or the help instructions * about a specific command. * * To use this command, enter the following on the command line: