mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Merge pull request #1279 from cakebaker/patch-1
Split sentence into two sentences
This commit is contained in:
commit
de5b25e352
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…
Add table
Reference in a new issue