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
parent
commit
ae1000e045
No known key found for this signature in database GPG Key ID: 1E152838F164D13B
  1. 6
      core/Command/Upgrade.php

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

Loading…
Cancel
Save