Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.

This commit is contained in:
Greg Ward 2000-06-24 00:23:20 +00:00
parent ffcaf2dd72
commit 2ff7887270
7 changed files with 72 additions and 42 deletions

View file

@ -36,9 +36,10 @@ class build (Command):
('force', 'f',
"forcibly build everything (ignore file timestamps)"),
]
help_options = [
('help-compiler', None,
"lists available compilers",show_compilers),
"list available compilers", show_compilers),
]
def initialize_options (self):