Skip to content

Commit 2946c78

Browse files
committed
changes
1 parent 058e2a8 commit 2946c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Console/Command/ModuleStatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function configure()
4646
{
4747
$this->setName('module:status')
4848
->setDescription('Displays status of modules')
49-
->addArgument('module', InputArgument::OPTIONAL | InputArgument::IS_ARRAY , 'Optional module name')
49+
->addArgument('module-names', InputArgument::OPTIONAL | InputArgument::IS_ARRAY , 'Optional module name')
5050
->addOption('enabled', null, null, 'Print only enabled modules')
5151
->addOption('disabled', null, null, 'Print only disabled modules');
5252
parent::configure();

0 commit comments

Comments
 (0)