Commit 54a478c1 by Craig Heffner

Added LZO extraction

parent 176151a4
......@@ -39,6 +39,7 @@
^microsoft cabinet archive:cab:cabextract '%e'
^stuffit:sit:unstuff '%e'
^osx dmg:dmg:7z x '%e'
^lzo compressed data:lzo:lzop -f -d '%e'
# jar just does a better job of extracting zip files than either
# unzip or 7z.
......
......@@ -25,7 +25,7 @@ class Plotter(Module):
long='2D',
kwargs={'axis' : 2, 'enabled' : True},
description='Project data points onto 3D cube walls only'),
Option(short='Z',
Option(short='V',
long='points',
type=int,
kwargs={'max_points' : 0},
......
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