Skip to content

Commit 0eb2e66

Browse files
committed
Updated motd
1 parent 2f24a29 commit 0eb2e66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

console.phar

9 Bytes
Binary file not shown.

src/Shell.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ protected function getHeader()
8080
return <<<EOF
8181
Welcome to the <info>{$this->application->getName()}</info> shell.
8282
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>.
83+
To exit the shell, hit <comment>^C</comment> or type <comment>exit</comment>.
84+
8485
EOF;
8586
}
8687
}

0 commit comments

Comments
 (0)