Skip to content

Commit

Permalink
Merge pull request pytest-dev#6983 from kondratyev-nv/master
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
bluetech committed Mar 30, 2020
2 parents 95fadd5 + 285bedd commit 211adfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/reference.rst
Expand Up @@ -1028,7 +1028,7 @@ file, usually located at the root of your repository. All options must be under
down problems.
When possible, it is recommended to use the latter files to hold your pytest configuration.

Configuration file options may be overwritten in the command-line by using ``-o/--override``, which can also be
Configuration file options may be overwritten in the command-line by using ``-o/--override-ini``, which can also be
passed multiple times. The expected format is ``name=value``. For example::

pytest -o console_output_style=classic -o cache_dir=/tmp/mycache
Expand Down

0 comments on commit 211adfc

Please sign in to comment.