Patch #1104111: Alter setup.py --help and --help-commands.

This commit is contained in:
Martin v. Löwis 2005-03-03 08:12:27 +00:00
parent 5dc8ced4a8
commit 8ed338ab44
3 changed files with 13 additions and 2 deletions

View file

@ -15,7 +15,7 @@ from distutils import log
class clean (Command):
description = "clean up output of 'build' command"
description = "clean up temporary files from 'build' command"
user_options = [
('build-base=', 'b',
"base build directory (default: 'build.build-base')"),