diff --git a/lib/Cake/Console/Command/SchemaShell.php b/lib/Cake/Console/Command/SchemaShell.php index 259391223b6..8318892e5a8 100644 --- a/lib/Cake/Console/Command/SchemaShell.php +++ b/lib/Cake/Console/Command/SchemaShell.php @@ -444,9 +444,11 @@ protected function _run($contents, $event, &$Schema) { */ public function getOptionParser() { $plugin = array( + 'short' => 'p', 'help' => __d('cake_console', 'The plugin to use.'), ); $connection = array( + 'short' => 'c', 'help' => __d('cake_console', 'Set the db config to use.'), 'default' => 'default' );