diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-26 23:50:06 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-26 23:50:06 +0100 |
commit | 055c18a7b40135465d00932711dadebac147461c (patch) | |
tree | 449478e9c6777786d73ea8fc305115b089d371c7 /core | |
parent | 746be98e0387ea138c4413fb89ad7e9ee87ce7aa (diff) | |
parent | a4171b295d6aca3035923653cc005a9622943ac4 (diff) | |
download | nextcloud-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.php | 2 |
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, |