Merge pull request #1851 from nextcloud/oc_26352

cleanup occ help (#26352)
This commit is contained in:
Roeland Jago Douma 2016-10-21 21:20:41 +02:00 committed by GitHub
commit 1184ed6f6d
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,