Skip to content

Commit 68c0461

Browse files
authored
Merge pull request #1036 from cakephp/3.x-fields
Fix up fields command option.
2 parents 0f6bf72 + 2edc94f commit 68c0461

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Command/FixtureCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionPar
7979
'default' => '1',
8080
])->addOption('fields', [
8181
'help' => 'Create a fixture that includes the deprecated $fields property.',
82-
'short' => 'f',
8382
'boolean' => true,
8483
])->addOption('schema', [
8584
'help' => 'Create a fixture that imports schema, instead of dumping a schema snapshot into the fixture.',

0 commit comments

Comments
 (0)