Update ProcessDDEXCommand.php

This commit is contained in:
GeorgNation 2023-11-12 17:30:46 +06:00 committed by GitHub
parent ac335dc396
commit cdfa7e3acc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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