Remove removed --dry-run command from occ help (#26352)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
9965a95e3b
commit
ae1000e045
|
@ -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…
Reference in New Issue