Skip to content

Commit 211adfc

Browse files
authored
Merge pull request #6983 from kondratyev-nv/master
Fix documentation typo
2 parents 95fadd5 + 285bedd commit 211adfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ file, usually located at the root of your repository. All options must be under
10281028
down problems.
10291029
When possible, it is recommended to use the latter files to hold your pytest configuration.
10301030

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

10341034
pytest -o console_output_style=classic -o cache_dir=/tmp/mycache

0 commit comments

Comments
 (0)