Skip to content

Commit

Permalink
syntax fix for tox 4 - CLI args section
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and jugmac00 committed Dec 16, 2022
1 parent 4558fee commit e26eb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ tox 4 - CLI arguments changed
- When you want to pass an option to a test command, e.g. to ``pytest``, now you must use ``--`` as a separator, this
worked with version 3 also, but any unknown trailing arguments were automatically passed through, while now this is
no longer the case.
- Running ``--showconfig```or ``--help-ini`` with the ``-v`` flag will add interleaved debugging information, whereas
- Running ``--showconfig`` or ``--help-ini`` with the ``-v`` flag will add interleaved debugging information, whereas
tox 3 added additional lines at the start. If you want to generate valid ini files you must not use the ``-v`` flag.
- The ``--index-url`` is now removed, use ``PIP_INDEX_URL`` in :ref:`set_env` instead.

Expand Down

0 comments on commit e26eb7b

Please sign in to comment.