mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Split sentence into two sentences
This commit is contained in:
parent
a3ad913e40
commit
dae978fb3a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class CommandListShell extends AppShell {
|
||||||
$this->out(" -core: " . rtrim(CORE_PATH, DS));
|
$this->out(" -core: " . rtrim(CORE_PATH, DS));
|
||||||
$this->out("");
|
$this->out("");
|
||||||
$this->out(__d('cake_console', "<info>Changing Paths:</info>"), 2);
|
$this->out(__d('cake_console', "<info>Changing Paths:</info>"), 2);
|
||||||
$this->out(__d('cake_console', "Your working path should be the same as your application path to change your path use the '-app' param."));
|
$this->out(__d('cake_console', "Your working path should be the same as your application path. To change your path use the '-app' param."));
|
||||||
$this->out(__d('cake_console', "Example: -app relative/path/to/myapp or -app /absolute/path/to/myapp"), 2);
|
$this->out(__d('cake_console', "Example: -app relative/path/to/myapp or -app /absolute/path/to/myapp"), 2);
|
||||||
|
|
||||||
$this->out(__d('cake_console', "<info>Available Shells:</info>"), 2);
|
$this->out(__d('cake_console', "<info>Available Shells:</info>"), 2);
|
||||||
|
|
Loading…
Reference in a new issue