From dae978fb3acd68929c035eab2fc0dfb9d705fed2 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 9 May 2013 10:22:43 +0300 Subject: [PATCH] Split sentence into two sentences --- lib/Cake/Console/Command/CommandListShell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Console/Command/CommandListShell.php b/lib/Cake/Console/Command/CommandListShell.php index bad8f61d2..cf85584c7 100644 --- a/lib/Cake/Console/Command/CommandListShell.php +++ b/lib/Cake/Console/Command/CommandListShell.php @@ -49,7 +49,7 @@ class CommandListShell extends AppShell { $this->out(" -core: " . rtrim(CORE_PATH, DS)); $this->out(""); $this->out(__d('cake_console', "Changing Paths:"), 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', "Available Shells:"), 2);