From 32757889c44db9e411169b3c9c2fa0afea0ba631 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 10 Apr 2012 23:28:50 +0200 Subject: [PATCH] Docs for HelpCommand --- framework/console/HelpCommand.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: