]> git.lyx.org Git - features.git/commitdiff
Enable the debug level to be set
authorAngus Leeming <leeming@lyx.org>
Fri, 7 Feb 2003 11:01:46 +0000 (11:01 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 7 Feb 2003 11:01:46 +0000 (11:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6046 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/lyx2lyx/lyx2lyx

index b0b8f3e8431577b03a740c477dd7079edfee8281..6ea82817cbe4f1e71b8170f7f67e118ae3682f11 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-07  Angus Leeming  <leeming@lyx.org>
+
+       * lyx2lyx/lyx2lyx: enable the debug level to be set.
+
 2003-02-04  Joao Luis Meloni Assirati  <assirati@fma.if.usp.br>
 
        * images/math/rbracket.xpm: new file.
index cb5097919b381258b0709ff5b957f490c384a281..aefa08ab8d7cc70a9f037cd24002c8f11c2bd069 100755 (executable)
@@ -55,9 +55,9 @@ Options:
 
 
 def parse_options(argv):
-    _options =  ["help", "version", "list", "from=", "to=", "output=", "quiet"]
+    _options =  ["help", "version", "list", "debug=", "from=", "to=", "output=", "quiet"]
     try:
-       opts, args = getopt.getopt(argv[1:], "f:hlo:qt:v", _options)
+       opts, args = getopt.getopt(argv[1:], "d:f:hlo:qt:v", _options)
     except getopt.error:
         usage()
         sys.exit(2)