From ae1000e0459bf8a605f38de0c9bca67af75f0f34 Mon Sep 17 00:00:00 2001
From: Vincent Petry <pvince81@owncloud.com>
Date: Thu, 13 Oct 2016 10:27:22 +0200
Subject: [PATCH] Remove removed --dry-run command from occ help (#26352)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
---
 core/Command/Upgrade.php | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php
index d9f26d5ac8d..aec74849fea 100644
--- a/core/Command/Upgrade.php
+++ b/core/Command/Upgrade.php
@@ -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,
-- 
GitLab