--- a/eric5_api.py Tue Oct 08 19:52:11 2013 +0200 +++ b/eric5_api.py Wed Oct 09 18:34:30 2013 +0200 @@ -108,8 +108,8 @@ try: opts, args = getopt.getopt(sys.argv[1:], "b:e:hl:o:pRrt:Vx:", - ["base=", "eol=", "exclude=", "exclude-file=", "extension=", "help", - "language=", "output=", "private", "recursive", + ["base=", "eol=", "exclude=", "exclude-file=", "extension=", + "help", "language=", "output=", "private", "recursive", "version", ]) except getopt.error: usage()