Fix documentation typo

This commit is contained in:
Nikolay Kondratyev 2020-03-29 16:55:56 +03:00
parent 95fadd5740
commit 285beddf28
1 changed files with 1 additions and 1 deletions

View File

@ -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