mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Patch #1104111: Alter setup.py --help and --help-commands.
This commit is contained in:
parent
5dc8ced4a8
commit
8ed338ab44
3 changed files with 13 additions and 2 deletions
|
|
@ -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')"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue