diff options
| author | Krzysztof Szafranek <ebraun@o2.pl> | 2020-07-22 15:35:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 14:35:11 +0100 |
| commit | 3170dc4a901149e3371c7b8160591cc8a3497638 (patch) | |
| tree | c3439b8e635f174e4a60fc300738f248d92a0377 /docs/cli_interface.rst | |
| parent | da707f44477fde116514bfa95a47bc0c49a9cb32 (diff) | |
| download | virtualenv-3170dc4a901149e3371c7b8160591cc8a3497638.tar.gz | |
Fix typos in the documentation (#1902)
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 a7f0a01..6be7e32 100644 --- a/docs/cli_interface.rst +++ b/docs/cli_interface.rst @@ -36,7 +36,7 @@ virtualenv looks for a standard ini configuration file. The exact location depen as determined by :pypi:`appdirs` application configuration definition. The configuration file location is printed as at the end of the output when ``--help`` is passed. -The keys of the settings are derived from th command line option (left strip the ``-`` characters, and replace ``-`` +The keys of the settings are derived from the command line option (left strip the ``-`` characters, and replace ``-`` with ``_``). Where multiple flags are available first found wins (where order is as it shows up under the ``--help``). For example, :option:`--python <python>` would be specified as: |
