Commit 9e0adc6d authored by Jim Fulton's avatar Jim Fulton

Fixed option name change.

parent 5f8a9a78
...@@ -43,7 +43,7 @@ def main(args): ...@@ -43,7 +43,7 @@ def main(args):
global zlib global zlib
import zlib import zlib
z=compress z=compress
elif o=='-M': elif o=='-L':
minimize=1 minimize=1
elif o=='-D': elif o=='-D':
global debug global debug
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment