Commit db0f5234 authored by PJ Eby's avatar PJ Eby

Fix typos in option specs for bdist_egg.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041103
parent b0c3783b
......@@ -52,14 +52,14 @@ class bdist_egg(Command):
('keep-temp', 'k',
"keep the pseudo-installation tree around after " +
"creating the distribution archive"),
('dist-dir=', 'd',
('dist-dir=', 'b',
"directory to put final built distributions in"),
('skip-build', None,
"skip rebuilding everything (for testing/debugging)"),
]
boolean_options = [
'keep-temp', 'skip-build', 'relative','tag-date','tag-svn-revision'
'keep-temp', 'skip-build',
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment