diff -u b/src/Commands/MigrateToolsCommands.php b/src/Commands/MigrateToolsCommands.php --- b/src/Commands/MigrateToolsCommands.php +++ b/src/Commands/MigrateToolsCommands.php @@ -435,26 +435,26 @@ * @param array $options * Additional options for the command. * - * @command migrate:destroy + * @command migrate:cleanup * * @option all Process all migrations. * @option group A comma-separated list of migration groups to destroy * @option tag ID of the migration tag to destroy * @option feedback Frequency of progress messages, in items processed * - * @usage migrate:destroy --all + * @usage migrate:cleanup --all * Perform all migrations - * @usage migrate:destroy --group=beer + * @usage migrate:cleanup --group=beer * Destroy all migrations in the beer group - * @usage migrate:destroy --tag=user + * @usage migrate:cleanup --tag=user * Destroy all migrations with the user tag - * @usage migrate:destroy --group=beer --tag=user + * @usage migrate:cleanup --group=beer --tag=user * Destroy all migrations in the beer group and with the user tag - * @usage migrate:destroy beer_term,beer_node + * @usage migrate:cleanup beer_term,beer_node * Destroy imported terms and nodes * @validate-module-enabled migrate_tools * - * @aliases migrate-destroy + * @aliases migrate-cleanup * * @throws \Exception * If there are not enough parameters to the command.