]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed command description.
authorGreg Ward <gward@python.net>
Tue, 23 May 2000 01:55:16 +0000 (01:55 +0000)
committerGreg Ward <gward@python.net>
Tue, 23 May 2000 01:55:16 +0000 (01:55 +0000)
Lib/distutils/command/install_lib.py

index 5b3d77a3995a9ada48f2247eae7fc385569e517f..e9cd80db3537391b4dafd2a3ff89c99bf5cf0147 100644 (file)
@@ -8,7 +8,7 @@ from distutils.util import copy_tree
 
 class install_lib (Command):
 
-    description = "install pure Python modules"
+    description = "install all Python modules (extensions and pure Python)"
 
     user_options = [
         ('install-dir=', 'd', "directory to install to"),