summaryrefslogtreecommitdiff
path: root/docs/cli.rst
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-02-03 20:43:22 +0100
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-02-03 20:43:22 +0100
commit368017c01f15013ab4cc9405c246a86e67f3b067 (patch)
tree0f964078754c7b8e33f974b6c3bfa007ab456f29 /docs/cli.rst
parenta495eecceac2a687fb99ab4c85b63be73ac3126d (diff)
downloadgitlab-368017c01f15013ab4cc9405c246a86e67f3b067.tar.gz
docs: do not use the :option: markup
Diffstat (limited to 'docs/cli.rst')
-rw-r--r--docs/cli.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/cli.rst b/docs/cli.rst
index 53ef83f..6ab7957 100644
--- a/docs/cli.rst
+++ b/docs/cli.rst
@@ -22,8 +22,7 @@ Files
``~/.python-gitlab.cfg``
User configuration file
-You can use a different configuration file with the :option:`--config-file`
-option.
+You can use a different configuration file with the ``--config-file`` option.
Content
-------
@@ -48,7 +47,7 @@ The configuration file uses the ``INI`` format. It contains at least a
timeout = 1
The ``default`` option of the ``[global]`` section defines the GitLab server to
-use if no server is explitly specified with the :option:`--gitlab` CLI option.
+use if no server is explitly specified with the ``--gitlab`` CLI option.
The ``[global]`` section also defines the values for the default connexion
parameters. You can override the values in each GitLab server section.
@@ -94,14 +93,14 @@ want to perform. For example:
$ gitlab project list
-Use the :option:`--help` option to list the available object types and actions:
+Use the ``--help`` option to list the available object types and actions:
.. code-block:: console
$ gitlab --help
$ gitlab project --help
-Some actions require additional parameters. Use the :option:`--help` option to
+Some actions require additional parameters. Use the ``--help`` option to
list mandatory and optional arguments for an action:
.. code-block:: console