Fix incorrect reference to `--config-dir` in the documentation (#13148)

The correct argument name is ``--conf-dir``.
This commit is contained in:
Rubén de Celis Hernández
2024-11-22 18:03:18 +01:00
committed by GitHub
parent ddd5aede23
commit 6a8d70a2fd

View File

@@ -141,7 +141,7 @@ Options
.. versionchanged:: 6.2
Add ``--jobs`` long option.
.. option:: -c path, --config-dir path
.. option:: -c path, --conf-dir path
Don't look for the :file:`conf.py` in the source directory, but use the given
configuration directory instead. Note that various other files and paths
@@ -152,7 +152,7 @@ Options
.. versionadded:: 0.3
.. versionchanged:: 7.3
Add ``--config-dir`` long option.
Add ``--conf-dir`` long option.
.. option:: -C, --isolated