From 10bbfcb52cd6bfda659c0bb7903025cd7c3f84dd Mon Sep 17 00:00:00 2001 From: lukmzig <30526586+lukmzig@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:09:08 +0100 Subject: [PATCH] fix: add correct command shortcut (#242) --- src/Command/Update/IndexUpdateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/Update/IndexUpdateCommand.php b/src/Command/Update/IndexUpdateCommand.php index b32d9fc8..4b8162fa 100644 --- a/src/Command/Update/IndexUpdateCommand.php +++ b/src/Command/Update/IndexUpdateCommand.php @@ -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