|
|
@@ -49,7 +49,7 @@ class CommandListShell extends AppShell {
|
|
|
$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);
|