diff --git a/hacking/module_formatter.py b/hacking/module_formatter.py index 5aff171e91..88540d24f2 100755 --- a/hacking/module_formatter.py +++ b/hacking/module_formatter.py @@ -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",