diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-10-21 21:20:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-21 21:20:41 +0200 |
commit | 1184ed6f6d78cac6a673a8c5db12b0a42d030eb1 (patch) | |
tree | be5d8b3a1bc9992bf800f5b159efe72a27841dfb | |
parent | 9965a95e3b9aff118fa7a34102e5ac31367ac7e2 (diff) | |
parent | ae1000e0459bf8a605f38de0c9bca67af75f0f34 (diff) | |
download | nextcloud-server-1184ed6f6d78cac6a673a8c5db12b0a42d030eb1.tar.gz nextcloud-server-1184ed6f6d78cac6a673a8c5db12b0a42d030eb1.zip |
Merge pull request #1851 from nextcloud/oc_26352
cleanup occ help (#26352)
-rw-r--r-- | core/Command/Upgrade.php | 6 |
1 files changed, 0 insertions, 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 @@ -72,12 +72,6 @@ class Upgrade extends Command { ->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, InputOption::VALUE_NONE, |