More elaborate command description for upgrade - fixes #14864

This commit is contained in:
Thomas Müller 2015-03-26 22:30:35 +01:00
parent fc59a37ae7
commit a4171b295d

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