diff --git a/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php b/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php index 1ee6e8c52b..f1b559952c 100644 --- a/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php +++ b/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php @@ -24,7 +24,7 @@ class BuildMissingSubdefs extends Command { parent::__construct($name); - $this->setDescription('(Deprecated) Builds subviews that previously failed to be generated / did not exist when records were added'); + $this->setDescription('(Deprecated please use ‘records:build-subdefs’ instead) Builds subviews that previously failed to be generated / did not exist when records were added'); } /**