diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-10-13 10:27:22 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-21 16:38:37 +0200 |
commit | ae1000e0459bf8a605f38de0c9bca67af75f0f34 (patch) | |
tree | be5d8b3a1bc9992bf800f5b159efe72a27841dfb /core | |
parent | 9965a95e3b9aff118fa7a34102e5ac31367ac7e2 (diff) | |
download | nextcloud-server-ae1000e0459bf8a605f38de0c9bca67af75f0f34.tar.gz nextcloud-server-ae1000e0459bf8a605f38de0c9bca67af75f0f34.zip |
Remove removed --dry-run command from occ help (#26352)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core')
-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, |