Skip to content
Snippets Groups Projects
Commit 1184ed6f authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #1851 from nextcloud/oc_26352

cleanup occ help (#26352)
parents 9965a95e ae1000e0
No related branches found
No related tags found
No related merge requests found
...@@ -71,12 +71,6 @@ class Upgrade extends Command { ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment