Remove removed --dry-run command from occ help (#26352)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Vincent Petry 2016-10-13 10:27:22 +02:00 committed by Roeland Jago Douma
parent 9965a95e3b
commit ae1000e045
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 0 additions and 6 deletions

View File

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