From: Thomas Müller Date: Thu, 26 Mar 2015 21:30:35 +0000 (+0100) Subject: More elaborate command description for upgrade - fixes #14864 X-Git-Tag: v8.1.0alpha1~146^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a4171b295d6aca3035923653cc005a9622943ac4;p=nextcloud-server.git More elaborate command description for upgrade - fixes #14864 --- 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,