Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 0f5e1b3

Browse files
committed
14: Correct documentation for major optional flag on self update command.
1 parent 2f6a442 commit 0f5e1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Meanbee/Magedbm/Command/SelfUpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function configure()
2929
InputArgument::OPTIONAL,
3030
'Updates to version-number (i.e. 1.3.2). When omitted will update to the latest version'
3131
)
32-
->addOption('major', 'm', InputOption::VALUE_NONE, 'Lock to current major version')
32+
->addOption('major', 'm', InputOption::VALUE_NONE, 'Allow major upgrade')
3333
->setDescription('Update the version of magedbm.');
3434
}
3535

0 commit comments

Comments
 (0)