diff --git a/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php b/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php
index 9dc2fbbb3..9a0ee48a2 100644
--- a/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php
+++ b/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php
@@ -20,7 +20,10 @@ protected function configure(): void
->setAliases(['sync-metadata-storage'])
->setDescription('Ensures that the metadata storage is at the latest version.')
->setHelp(<<<'EOT'
-The %command.name% command updates metadata storage the latest version.
+The way metadata is stored in the database can change between releases.
+The %command.name% command updates metadata storage to the latest version,
+ensuring it is ready to receive migrations generated by the current version of Doctrine Migrations.
+
%command.full_name%
EOT);