mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* lib/scripts/TeXFiles.py:
- fix typo spotted by Hartmut. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24260 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0fab956f4a
commit
6f18b79871
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user