summaryrefslogtreecommitdiff
path: root/src/distutils2/command
diff options
context:
space:
mode:
authorJosip Djolonga <devnull@localhost>2010-07-22 16:20:49 +0200
committerJosip Djolonga <devnull@localhost>2010-07-22 16:20:49 +0200
commit1023b390a4cf2886cf320ba6aef2ae1ecbbde673 (patch)
tree423646b04c905582064fdf44a5f7bbfce919a073 /src/distutils2/command
parent618db83c5b129c82d26332b86b5244e129b57cc4 (diff)
downloaddisutils2-1023b390a4cf2886cf320ba6aef2ae1ecbbde673.tar.gz
Added more tests
Diffstat (limited to 'src/distutils2/command')
-rw-r--r--src/distutils2/command/install_distinfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/distutils2/command/install_distinfo.py b/src/distutils2/command/install_distinfo.py
index e5b1665..0262061 100644
--- a/src/distutils2/command/install_distinfo.py
+++ b/src/distutils2/command/install_distinfo.py
@@ -27,13 +27,13 @@ class install_distinfo(Command):
description = 'Install a .dist-info directory for the package'
user_options = [
- ('dist-info-dir=', None,
+ ('distinfo-dir=', None,
'directory where the the .dist-info directory will '
'be installed'),
('installer=', None, 'the name of the installer'),
('requested', None, 'generate a REQUESTED file'),
('no-requested', None, 'do not generate a REQUESTED file'),
- ('no-dist-record', None, 'do not generate a RECORD file'),
+ ('no-distinfo-record', None, 'do not generate a RECORD file'),
]
boolean_options = [