|
|
@@ -436,7 +436,8 @@ class ViewTask extends BakeTask {
|
|
|
'help' => __d('cake_console', 'Set to only bake views for a prefix in Routing.prefixes'),
|
|
|
'boolean' => true
|
|
|
))->addOption('theme', array(
|
|
|
- 'help' => __d('cake_console', 'Theme to use when baking code.')
|
|
|
+ 'short' => 't',
|
|
|
+ 'help' => __d('cake_console', 'Theme to use when baking code.')
|
|
|
))->addOption('connection', array(
|
|
|
'short' => 'c',
|
|
|
'help' => __d('cake_console', 'The connection the connected model is on.')
|