From a4171b295d6aca3035923653cc005a9622943ac4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Thu, 26 Mar 2015 22:30:35 +0100 Subject: [PATCH] More elaborate command description for upgrade - fixes #14864 --- core/command/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/command/upgrade.php b/core/command/upgrade.php index c7210285868..6d01288a404 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, -- 2.39.5