Skip to content

Commit

Permalink
Merge pull request #1279 from cakebaker/patch-1
Browse files Browse the repository at this point in the history
Split sentence into two sentences
  • Loading branch information
ADmad committed May 9, 2013
2 parents a3ad913 + dae978f commit de5b25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/CommandListShell.php
Expand Up @@ -49,7 +49,7 @@ public function main() {
$this->out(" -core: " . rtrim(CORE_PATH, DS));
$this->out("");
$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', "<info>Available Shells:</info>"), 2);
Expand Down

0 comments on commit de5b25e

Please sign in to comment.