diff --git a/CLI/ProcessDDEXCommand.php b/CLI/ProcessDDEXCommand.php index c64308a1..0be02c67 100644 --- a/CLI/ProcessDDEXCommand.php +++ b/CLI/ProcessDDEXCommand.php @@ -24,7 +24,7 @@ class ProcessDDEXCommand extends Command protected function configure(): void { $this->setDescription("Process DDEX ERN packages for music uploading") - ->setHelp("This command allows you to process all DDEX ERN packages for music uploading"); + ->setHelp("This command allows you to process all DDEX ERN packages"); } protected function execute(InputInterface $input, OutputInterface $output): int