diff --git a/components/ILIAS/Setup/src/CLI/MigrateCommand.php b/components/ILIAS/Setup/src/CLI/MigrateCommand.php index 898c27cc1a0f..9beb4e686616 100755 --- a/components/ILIAS/Setup/src/CLI/MigrateCommand.php +++ b/components/ILIAS/Setup/src/CLI/MigrateCommand.php @@ -156,7 +156,8 @@ protected function listMigrations(InputInterface $input, IOWrapper $io): void $status = $steps === 0 ? "[done]" : "[remaining steps: $steps]"; $io->text($migration_key . ": " . $migration->getLabel() . " " . $status); } - $io->inform('Run them by passing --run , e.g. --run ' . $migration_key); + $io->inform('Run them by passing --run "", e.g. --run ' . $migration_key); + $io->inform('Don\'t forget quotation marks if the migration_id includes a "\\"'); } protected function prepareEnvironmentForMigration(