]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/TeXFiles.py
Rename LFUN_OPTIONAL_INSERT as LFUN_ARGUMENT_INSERT.
[lyx.git] / lib / scripts / TeXFiles.py
index 3c3753f7c4b5033d711a56f73fd137726584ef64..e13425d8ef6f24b4247406ff8cb45d1d86b38afc 100755 (executable)
@@ -55,7 +55,7 @@ if len(sys.argv) > 1:
         print '''Usage: TeXFiles.py [-version | cls | sty | bst | bib ]
             Default is without any Parameters,
             so that all files will be created'''
-        sye.exit(0)
+        sys.exit(0)
     else:
         types = sys.argv[1:]
         for type in types: