diff --git a/src/Meanbee/Magedbm/Command/SelfUpdateCommand.php b/src/Meanbee/Magedbm/Command/SelfUpdateCommand.php index f6cead1..35807d6 100644 --- a/src/Meanbee/Magedbm/Command/SelfUpdateCommand.php +++ b/src/Meanbee/Magedbm/Command/SelfUpdateCommand.php @@ -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.'); } /**