mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Remove ` from help line
This commit is contained in:
parent
2fca41c35d
commit
ae3d9a7a8e
1 changed files with 1 additions and 1 deletions
|
@ -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.'));
|
||||
|
|
Loading…
Add table
Reference in a new issue