Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions content/developer/reference/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Version
it can be used in combination with any command available, and it displays
the options of the current command.

If no command is used, it will act as per the `help` command
If no command is used, it will act as per the `help` command
:ref:`below <reference/cmdline/help>`.

.. option:: --version
Expand Down Expand Up @@ -757,7 +757,7 @@ involves starting the server, the configuration file options do apply.
.. program:: odoo-bin db

This command lets you manage databases through a command-line interface. The operations are
specified using subcommands.
specified using subcommands.

For all subcommands, these options to configure your environment are available:

Expand Down Expand Up @@ -1005,7 +1005,7 @@ existing terms. All the files must refer to the specified language.

.. option:: files

| List of files to be imported.
| List of files to be imported.
| Allowed extensions: `.po`, `.csv`.

.. option:: -l,--language
Expand Down Expand Up @@ -1143,10 +1143,12 @@ This command upgrades all selected modules straight away.
.. option:: modules

List of modules you want to upgrade.
Use ``base`` or ``all`` for all installed modules.

.. option:: --outdated

Only update modules that have a newer version on disk.
If ``all`` is used as ``modules`` argument, this applies to all installed modules.


.. _reference/cmdline/module`u/forcedemo:
Expand Down