Skip to content

Commit

Permalink
Remove ` from help line
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed May 29, 2013
1 parent 2fca41c commit ae3d9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/Task/ControllerTask.php
Expand Up @@ -475,7 +475,7 @@ public function getOptionParser() {
'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.'));
Expand Down

0 comments on commit ae3d9a7

Please sign in to comment.