Browse Source
Remove removed --dry-run command from occ help (#26352)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/1851/head
Vincent Petry
9 years ago
committed by
Roeland Jago Douma
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with
0 additions and
6 deletions
-
core/Command/Upgrade.php
|
|
|
@ -71,12 +71,6 @@ class Upgrade extends Command { |
|
|
|
$this |
|
|
|
->setName('upgrade') |
|
|
|
->setDescription('run upgrade routines after installation of a new release. The release has to be installed before.') |
|
|
|
->addOption( |
|
|
|
'--dry-run', |
|
|
|
null, |
|
|
|
InputOption::VALUE_NONE, |
|
|
|
'only runs the database schema migration simulation, do not actually update' |
|
|
|
) |
|
|
|
->addOption( |
|
|
|
'--no-app-disable', |
|
|
|
null, |
|
|
|
|