diff options
| -rw-r--r-- | pear/PEAR/Command/Auth.php | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/pear/PEAR/Command/Auth.php b/pear/PEAR/Command/Auth.php index acf3da942e..5f99b2756e 100644 --- a/pear/PEAR/Command/Auth.php +++ b/pear/PEAR/Command/Auth.php @@ -28,8 +28,6 @@ require_once "PEAR/Config.php";   */  class PEAR_Command_Auth extends PEAR_Command_Common  { -    // {{{ command definitions -      var $commands = array(          'login' => array(              'summary' => 'Connects and authenticates to remote server', @@ -55,8 +53,6 @@ user configuration.          ); -    // }}} -      /**       * PEAR_Command_Auth constructor.       * @@ -68,7 +64,7 @@ user configuration.      }      /** -     * Execute the 'logout' command. +     * Execute the 'login' command.       *       * @param string $command command name       * | 
