fix some domain translations and remove leftover true param from 1.x

This commit is contained in:
euromark 2013-05-22 11:15:01 +02:00
parent 28a3b73bdc
commit e3e11a48e6
7 changed files with 17 additions and 17 deletions

View file

@ -50,7 +50,7 @@ class CommandListShell extends AppShell {
$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', "Example: -app relative/path/to/myapp or -app /absolute/path/to/myapp"), 2);
$this->out(__d('cake_console', "Example: %s or %s", '-app relative/path/to/myapp', '-app /absolute/path/to/myapp'), 2);
$this->out(__d('cake_console', "<info>Available Shells:</info>"), 2);
}