Fix an en-dash used instead of a hyphen in a long option. (#235)
This commit is contained in:
parent
6ec2412a30
commit
425a46fb20
|
@ -89,7 +89,7 @@ distutils-based ones in self-contained `.egg` directories.
|
||||||
If you want to have standalone `.egg-info` directories for your distributions,
|
If you want to have standalone `.egg-info` directories for your distributions,
|
||||||
e.g. the second `setuptools` format, you have to force it when you work
|
e.g. the second `setuptools` format, you have to force it when you work
|
||||||
with a setuptools-based distribution or with the `easy_install` script.
|
with a setuptools-based distribution or with the `easy_install` script.
|
||||||
You can force it by using the `-–single-version-externally-managed` option
|
You can force it by using the `--single-version-externally-managed` option
|
||||||
**or** the `--root` option. This will make the `setuptools` project install
|
**or** the `--root` option. This will make the `setuptools` project install
|
||||||
the project like distutils does.
|
the project like distutils does.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue