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

Commit

Permalink
Typo in self-update command description.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyshaw committed Dec 14, 2015
1 parent 7a6add5 commit 2f6a442
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 @@ -30,7 +30,7 @@ protected function configure()
'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')
->setDescription('Update to the version of magedbm.');
->setDescription('Update the version of magedbm.');
}

/**
Expand Down

0 comments on commit 2f6a442

Please sign in to comment.