summaryrefslogtreecommitdiff
path: root/setuptools
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools')
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index 513586d6..a64997f7 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -772,7 +772,7 @@ PYTHONPATH, or by being added to sys.path by your code.)
If it uses setuptools in its setup script, you can activate it in
"development" mode by going to that directory and running::
- %(python)s setup.py --develop
+ %(python)s setup.py develop
See the setuptools documentation for the "develop" command for more info.
""" % locals()