summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-26 23:50:06 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-03-26 23:50:06 +0100
commit055c18a7b40135465d00932711dadebac147461c (patch)
tree449478e9c6777786d73ea8fc305115b089d371c7 /core
parent746be98e0387ea138c4413fb89ad7e9ee87ce7aa (diff)
parenta4171b295d6aca3035923653cc005a9622943ac4 (diff)
downloadnextcloud-server-055c18a7b40135465d00932711dadebac147461c.tar.gz
nextcloud-server-055c18a7b40135465d00932711dadebac147461c.zip
Merge pull request #15245 from owncloud/fix-14864-master
More elaborate command description for upgrade
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,