diff options
| author | Krzysztof Szafranek <chris.szafranek@zalando.de> | 2020-07-22 17:23:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 16:23:39 +0100 |
| commit | cac2b82792dacd3131188388795c18863e2b7373 (patch) | |
| tree | 718c60e6719bef42528aaf12403116b5d595a4e4 /docs/cli_interface.rst | |
| parent | 3170dc4a901149e3371c7b8160591cc8a3497638 (diff) | |
| download | virtualenv-cac2b82792dacd3131188388795c18863e2b7373.tar.gz | |
Correct the example in the CLI docs (#1903)
Diffstat (limited to 'docs/cli_interface.rst')
| -rw-r--r-- | docs/cli_interface.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_interface.rst b/docs/cli_interface.rst index 6be7e32..b752478 100644 --- a/docs/cli_interface.rst +++ b/docs/cli_interface.rst @@ -51,7 +51,7 @@ Options that take multiple values, like :option:`extra-search-dir` can be specif .. code-block:: ini [virtualenv] - extra-search-dir = + extra_search_dir = /path/to/dists /path/to/other/dists |
