diff --git a/src/Commands/core/EntityCommands.php b/src/Commands/core/EntityCommands.php index 6846b8d01b..488ea99f31 100644 --- a/src/Commands/core/EntityCommands.php +++ b/src/Commands/core/EntityCommands.php @@ -91,7 +91,9 @@ public function doDelete(string $entity_type, array $ids): void } /** - * Re-save entities, and publish/unpublish as specified. + * Re-save entities, and publish/unpublish is specified. + * + * If passing in a file with an ID in each line, append a comma to each row. */ #[CLI\Command(name: self::SAVE, aliases: ['esav', 'entity-save'])] #[CLI\Argument(name: 'entity_type', description: 'An entity machine name.')]