mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
191b6f9686
commit
b880992393
@ -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'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user