From ae3d9a7a8e2152333de49ae191b0bb1ccef712e3 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Wed, 29 May 2013 13:46:13 +0000 Subject: [PATCH] Remove ` from help line --- lib/Cake/Console/Command/Task/ControllerTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Console/Command/Task/ControllerTask.php b/lib/Cake/Console/Command/Task/ControllerTask.php index 5b2057af2..13a500bf3 100644 --- a/lib/Cake/Console/Command/Task/ControllerTask.php +++ b/lib/Cake/Console/Command/Task/ControllerTask.php @@ -475,7 +475,7 @@ class ControllerTask extends BakeTask { 'short' => 'c', 'help' => __d('cake_console', 'The connection the controller\'s model is on.') ))->addOption('theme', array( - 'help' => __d('cake_console', 'Theme to use when baking code`.') + 'help' => __d('cake_console', 'Theme to use when baking code.') ))->addSubcommand('all', array( 'help' => __d('cake_console', 'Bake all controllers with CRUD methods.') ))->epilog(__d('cake_console', 'Omitting all arguments and options will enter into an interactive mode.'));