mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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
1 changed files with 0 additions and 6 deletions
|
|
@ -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 a new issue