From 2ddd7cca7b25a94745c390033324fabdddce2c7d Mon Sep 17 00:00:00 2001 From: Douglas Greenshields <dgreenshields@gmail.com> Date: Fri, 28 Oct 2011 23:25:00 +0200 Subject: [PATCH] [Console] Fixed stilted English in console header --- src/Symfony/Component/Console/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Console/Shell.php b/src/Symfony/Component/Console/Shell.php index dd6bfa0d54228..a2ec07a0ba908 100644 --- a/src/Symfony/Component/Console/Shell.php +++ b/src/Symfony/Component/Console/Shell.php @@ -127,7 +127,7 @@ protected function getHeader() Welcome to the <info>{$this->application->getName()}</info> shell (<comment>{$this->application->getVersion()}</comment>). At the prompt, type <comment>help</comment> for some help, -or <comment>list</comment> to get a list available commands. +or <comment>list</comment> to get a list of available commands. To exit the shell, type <comment>^D</comment>.