diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-26 22:30:35 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-26 22:30:35 +0100 |
commit | a4171b295d6aca3035923653cc005a9622943ac4 (patch) | |
tree | e6a920b5c697c9105641045d0471050a4c925035 /core | |
parent | fc59a37ae7e28ad8ef7a0a383e87024ff942408d (diff) | |
download | nextcloud-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.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, |