summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-26 22:30:35 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-03-26 22:30:35 +0100
commita4171b295d6aca3035923653cc005a9622943ac4 (patch)
treee6a920b5c697c9105641045d0471050a4c925035 /core
parentfc59a37ae7e28ad8ef7a0a383e87024ff942408d (diff)
downloadnextcloud-server-a4171b295d6aca3035923653cc005a9622943ac4.tar.gz
nextcloud-server-a4171b295d6aca3035923653cc005a9622943ac4.zip
More elaborate command description for upgrade - fixes #14864
Diffstat (limited to 'core')
-rw-r--r--core/command/upgrade.php2
1 files changed, 1 insertions, 1 deletions
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,