mirror of
https://github.com/python/cpython.git
synced 2025-10-18 04:38:07 +00:00
Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.
This commit is contained in:
parent
ffcaf2dd72
commit
2ff7887270
7 changed files with 72 additions and 42 deletions
|
@ -42,9 +42,10 @@ class build_clib (Command):
|
|||
('compiler=', 'c',
|
||||
"specify the compiler type"),
|
||||
]
|
||||
|
||||
help_options = [
|
||||
('help-compiler', None,
|
||||
"lists available compilers",show_compilers),
|
||||
"list available compilers", show_compilers),
|
||||
]
|
||||
|
||||
def initialize_options (self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue