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

Commit

Permalink
14: Correct documentation for major optional flag on self update co…
Browse files Browse the repository at this point in the history
…mmand.
  • Loading branch information
bobbyshaw committed Dec 18, 2015
1 parent 2f6a442 commit 0f5e1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Meanbee/Magedbm/Command/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function configure()
InputArgument::OPTIONAL,
'Updates to version-number (i.e. 1.3.2). When omitted will update to the latest version'
)
->addOption('major', 'm', InputOption::VALUE_NONE, 'Lock to current major version')
->addOption('major', 'm', InputOption::VALUE_NONE, 'Allow major upgrade')
->setDescription('Update the version of magedbm.');
}

Expand Down

0 comments on commit 0f5e1b3

Please sign in to comment.