diff --git a/core/command/upgrade.php b/core/command/upgrade.php index c721028586..6d01288a40 100644 --- a/core/command/upgrade.php +++ b/core/command/upgrade.php @@ -58,7 +58,7 @@ class Upgrade extends Command { protected function configure() { $this ->setName('upgrade') - ->setDescription('run upgrade routines') + ->setDescription('run upgrade routines after installation of a new release. The release has to be installed before.') ->addOption( '--skip-migration-test', null,