Merge pull request #1851 from nextcloud/oc_26352
cleanup occ help (#26352)
This commit is contained in:
commit
1184ed6f6d
|
@ -71,12 +71,6 @@ class Upgrade extends Command {
|
||||||
$this
|
$this
|
||||||
->setName('upgrade')
|
->setName('upgrade')
|
||||||
->setDescription('run upgrade routines after installation of a new release. The release has to be installed before.')
|
->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(
|
->addOption(
|
||||||
'--no-app-disable',
|
'--no-app-disable',
|
||||||
null,
|
null,
|
||||||
|
|
Loading…
Reference in New Issue