]> source.dussan.org Git - nextcloud-server.git/commitdiff
More elaborate command description for upgrade - fixes #14864
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 26 Mar 2015 21:30:35 +0000 (22:30 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 26 Mar 2015 21:30:35 +0000 (22:30 +0100)
core/command/upgrade.php

index c7210285868d47bcb3f572120b831eae555702cc..6d01288a404b4bedebc26f461e4ea0eedc6b8e80 100644 (file)
@@ -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,