浏览代码

[Console] added a Shell

Fabien Potencier 15 年之前
父节点
当前提交
c5004746d0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Components/Console/Shell.php

+ 1 - 1
src/Symfony/Components/Console/Shell.php

@@ -139,7 +139,7 @@ Welcome to the <info>{$this->application->getName()}</info> shell.
 At the prompt, type <comment>help</comment> for some help,
 or <comment>list</comment> to get a list available commands.
 
-To exit the shell, type <comment>^D</comment>.
+To exist the shell, type <comment>^D</comment>.
 
 EOF;
   }