Merge pull request #15245 from owncloud/fix-14864-master

More elaborate command description for upgrade
remotes/origin/versions-cleanup
Thomas Müller 2015-03-26 23:50:06 +07:00
commit 055c18a7b4
1 changed files with 1 additions and 1 deletions

@ -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,