We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd70653 commit 359dda5Copy full SHA for 359dda5
setup/src/Magento/Setup/Console/Command/ConfigSetCommand.php
@@ -60,7 +60,7 @@ protected function configure()
60
$options = $this->configModel->getAvailableOptions();
61
62
$this->setName('setup:config:set')
63
- ->setDescription('Create deployment configuration')
+ ->setDescription('Sets deployment configuration')
64
->setDefinition($options);
65
66
$this->ignoreValidationErrors();
0 commit comments