diff --git a/src/Symfony/Components/Console/Shell.php b/src/Symfony/Components/Console/Shell.php index 08e0152ffc..a57ce6453f 100644 --- a/src/Symfony/Components/Console/Shell.php +++ b/src/Symfony/Components/Console/Shell.php @@ -139,7 +139,7 @@ Welcome to the {$this->application->getName()} shell. At the prompt, type help for some help, or list to get a list available commands. -To exist the shell, type ^D. +To exit the shell, type ^D. EOF; }