Skip to content

Commit

Permalink
fix: add correct command shortcut (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig authored Nov 4, 2024
1 parent ad36906 commit 10bbfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Update/IndexUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function configure(): void
->setName('generic-data-index:update:index')
->addOption(
self::OPTION_CLASS_DEFINITION_ID,
'cid',
'c',
InputOption::VALUE_OPTIONAL,
'Update mapping and data for specific data object classDefinition',
null
Expand Down

0 comments on commit 10bbfcb

Please sign in to comment.