This commit is contained in:
Kovid Goyal 2012-08-17 17:42:37 +05:30
parent 191b6f9686
commit b880992393

View File

@ -286,7 +286,7 @@ class Build(Command):
''') ''')
def add_options(self, parser): def add_options(self, parser):
choices = [e.name for e in extensions]+['all'] choices = [e.name for e in extensions]+['all', 'style']
parser.add_option('-1', '--only', choices=choices, default='all', parser.add_option('-1', '--only', choices=choices, default='all',
help=('Build only the named extension. Available: '+ help=('Build only the named extension. Available: '+
', '.join(choices)+'. Default:%default')) ', '.join(choices)+'. Default:%default'))