This commit is contained in:
Uwe Steinmann 2026-03-13 13:41:46 +01:00
parent 11b3a848c1
commit c8c6b7d74c

View File

@ -40,7 +40,7 @@ class UpdateextensionCommand extends Command
protected function configure()
{
$this->setName('ext:update')
->setDescription('Check for extension upates')
->setDescription('Check for extension updates')
->setHelp('Retrieves the list of extensions from the repository and offers to either update or install those extension, which met the dependencies. If --url is not set, the repository url from the SeedDMS configuraton is used.')
->addOption('url', '', InputOption::VALUE_REQUIRED, 'Url of repository.', null)
;