diff --git a/db_management/db_upgrade.rst b/db_management/db_upgrade.rst index c7a786039..6e9e9e80e 100644 --- a/db_management/db_upgrade.rst +++ b/db_management/db_upgrade.rst @@ -131,8 +131,7 @@ There are two possibilities: #. Via the interface of our `website form `_ #. | For technically-advanced users and partners, via the following command line (to be used on the machine where your database is hosted): - | ``python <(curl -s beta.upgrade.odoo.com/upgrade) test -d -t 14.0 -c `` + | ``python <(curl -s beta.upgrade.odoo.com/upgrade) test -d -t 14.0`` What does it do? ~~~~~~~~~~~~~~~~