mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Correcting error message.
This commit is contained in:
parent
8c990a9e08
commit
6774e401fe
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ class MissingTaskClassException extends CakeException {
|
|||
* @package cake.libs
|
||||
*/
|
||||
class MissingShellMethodException extends CakeException {
|
||||
protected $_messageTemplate = "Unknown command %1\$s %2\$s.\nFor usage try `cake %1\$s help`";
|
||||
protected $_messageTemplate = "Unknown command %1\$s %2\$s.\nFor usage try `cake %1\$s --help`";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue