Fixed option validation error

Fixed error on validation that block javascript documentation generation.
This commit is contained in:
Marco Vito Moscaritolo 2013-03-29 16:30:33 +01:00
parent befad8f71f
commit a53259a797

View file

@ -164,7 +164,7 @@ def main():
p.add_option("-t", "--type",
action='store',
dest='type',
choices=['html', 'latex', 'man', 'rst', 'json', 'markdown'],
choices=['html', 'latex', 'man', 'rst', 'json', 'markdown', 'js'],
default='latex',
help="Output type")
p.add_option("-m", "--module",