More elaborate command description for upgrade - fixes #14864
This commit is contained in:
parent
fc59a37ae7
commit
a4171b295d
|
@ -58,7 +58,7 @@ class Upgrade extends Command {
|
||||||
protected function configure() {
|
protected function configure() {
|
||||||
$this
|
$this
|
||||||
->setName('upgrade')
|
->setName('upgrade')
|
||||||
->setDescription('run upgrade routines')
|
->setDescription('run upgrade routines after installation of a new release. The release has to be installed before.')
|
||||||
->addOption(
|
->addOption(
|
||||||
'--skip-migration-test',
|
'--skip-migration-test',
|
||||||
null,
|
null,
|
||||||
|
|
Loading…
Reference in New Issue