Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
68df1510
Commit
68df1510
authored
Oct 13, 2016
by
Vincent Petry
Committed by
Thomas Müller
Oct 13, 2016
Browse files
Remove removed --dry-run command from occ help (#26352)
parent
436e2a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/Command/Upgrade.php
View file @
68df1510
...
...
@@ -69,12 +69,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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment