Fix formatting of occ log:manage options

The double dash (--) wasn’t being rendered correctly:

• –backend [file, syslog, errorlog, systemd]
• –level [debug, info, warning, error]

is now

• –-backend [file, syslog, errorlog, systemd]
• –-level [debug, info, warning, error]

Signed-off-by: James Stout <stoutyhk@gmail.com>
This commit is contained in:
James Stout 2020-01-17 18:36:07 +08:00 committed by backportbot[bot]
parent 937a3452c9
commit dbf50893d5

View File

@ -919,8 +919,8 @@ different log file path. Set your rotation by log file size in bytes with
``log:manage`` sets your logging backend, log level, and timezone. The defaults
are ``file``, ``warning``, and ``UTC``. Available options are:
* --backend [file, syslog, errorlog, systemd]
* --level [debug, info, warning, error, fatal]
* ``--backend`` [file, syslog, errorlog, systemd]
* ``--level`` [debug, info, warning, error, fatal]
.. _maintenance_commands_label: