mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-08 21:41:23 +00:00
fix typo
This commit is contained in:
parent
11b3a848c1
commit
c8c6b7d74c
|
|
@ -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)
|
||||
;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user