[Python-checkins] r42148 - sandbox/trunk/setuptools/setuptools/command/easy_install.py

phillip.eby python-checkins at python.org
Sun Jan 22 23:22:45 CET 2006


Author: phillip.eby
Date: Sun Jan 22 23:22:44 2006
New Revision: 42148

Modified:
   sandbox/trunk/setuptools/setuptools/command/easy_install.py
Log:
Fix typo.


Modified: sandbox/trunk/setuptools/setuptools/command/easy_install.py
==============================================================================
--- sandbox/trunk/setuptools/setuptools/command/easy_install.py	(original)
+++ sandbox/trunk/setuptools/setuptools/command/easy_install.py	Sun Jan 22 23:22:44 2006
@@ -772,7 +772,7 @@
 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()


More information about the Python-checkins mailing list