]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/profiling.py
- Fileformat change: rename "arabic" to "arabic_arabtex"
[lyx.git] / lib / lyx2lyx / profiling.py
index b83ec6fc85d6447d749e4547bba9d0f241677331..b97bc22d1b5cf9bdc163099a3d2fb984ca040467 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
-# -*- coding: iso-8859-1 -*-
-# Copyright (C) 2004 José Matos <jamatos@lyx.org>
+# -*- coding: utf-8 -*-
+# Copyright (C) 2004 José Matos <jamatos@lyx.org>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -29,10 +29,10 @@ import os
 """
 This program profiles lyx2lyx.
 Usage:
-       ./profiling.py option_to_lyx2lyx
+        ./profiling.py option_to_lyx2lyx
 
 Example:
-       ./profiling.py -ou.lyx ../doc/UserGuide.lyx
+        ./profiling.py -ou.lyx ../doc/UserGuide.lyx
 """
 
 def main(argv):