Correcting error message.

This commit is contained in:
mark_story 2010-10-11 01:50:40 -04:00
parent 8c990a9e08
commit 6774e401fe

View file

@ -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`";
}
/**