Skip to content

Commit 2188e6e

Browse files
committed
Updated welcome message
Fixes #111
1 parent 12cfce5 commit 2188e6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/PHPCR/Shell/Console/Application/Shell.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function getHeader()
8080
{
8181
return <<<EOF
8282
83-
Welcome to the <info>{$this->application->getName()}</info> shell (<comment>{$this->application->getVersion()}</comment>).
83+
Welcome to <info>{$this->application->getName()}</info> (<comment>{$this->application->getVersion()}</comment>).
8484
8585
At the prompt, type <comment>help</comment> for some help.
8686
@@ -89,6 +89,8 @@ protected function getHeader()
8989
9090
To exit the shell, type <comment>exit</comment>.
9191
92+
For full documentation visit: <info>http://phpcr.readthedocs.org/en/latest/phpcr-shell/index.html</info>
93+
9294
EOF;
9395
}
9496

0 commit comments

Comments
 (0)