summaryrefslogtreecommitdiff
path: root/src/distutils2/command
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2010-08-20 01:03:41 +0200
committer?ric Araujo <merwok@netwok.org>2010-08-20 01:03:41 +0200
commit1a83138759a54e48d29a56f81b68473dd89a4b32 (patch)
tree508aa6878a3ce1c27d62eb07130d57c1cd744be8 /src/distutils2/command
parentb717ecd9b3de44ac81a4cfb1216676c7d2f0c976 (diff)
downloaddisutils2-1a83138759a54e48d29a56f81b68473dd89a4b32.tar.gz
Make description of install_distinfo a trifle more accurate
Diffstat (limited to 'src/distutils2/command')
-rw-r--r--src/distutils2/command/install_distinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/distutils2/command/install_distinfo.py b/src/distutils2/command/install_distinfo.py
index 2504536..bec7834 100644
--- a/src/distutils2/command/install_distinfo.py
+++ b/src/distutils2/command/install_distinfo.py
@@ -26,7 +26,7 @@ except ImportError:
class install_distinfo(Command):
- description = 'install a .dist-info directory for the distribution'
+ description = 'create a .dist-info directory for the distribution'
user_options = [
('distinfo-dir=', None,