We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f24a29 commit 0eb2e66Copy full SHA for 0eb2e66
console.phar
9 Bytes
src/Shell.php
@@ -80,7 +80,8 @@ protected function getHeader()
80
return <<<EOF
81
Welcome to the <info>{$this->application->getName()}</info> shell.
82
Type <comment>help</comment> for some help, or <comment>list</comment> to get a list of available commands.
83
-To exit the shell, hit <comment>^C</comment>.
+To exit the shell, hit <comment>^C</comment> or type <comment>exit</comment>.
84
+
85
EOF;
86
}
87
0 commit comments