From 2f6a4428201fef4a92da2783c4719aed90ddce64 Mon Sep 17 00:00:00 2001 From: Tom Robertshaw Date: Mon, 14 Dec 2015 21:25:03 +0000 Subject: [PATCH] Typo in self-update command description. --- src/Meanbee/Magedbm/Command/SelfUpdateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); } /**