We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cfce5 commit 2188e6eCopy full SHA for 2188e6e
src/PHPCR/Shell/Console/Application/Shell.php
@@ -80,7 +80,7 @@ protected function getHeader()
80
{
81
return <<<EOF
82
83
-Welcome to the <info>{$this->application->getName()}</info> shell (<comment>{$this->application->getVersion()}</comment>).
+Welcome to <info>{$this->application->getName()}</info> (<comment>{$this->application->getVersion()}</comment>).
84
85
At the prompt, type <comment>help</comment> for some help.
86
@@ -89,6 +89,8 @@ protected function getHeader()
89
90
To exit the shell, type <comment>exit</comment>.
91
92
+For full documentation visit: <info>http://phpcr.readthedocs.org/en/latest/phpcr-shell/index.html</info>
93
+
94
EOF;
95
}
96
0 commit comments