about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dtas-splitfx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx
index b8fc6c8..edd7dd3 100755
--- a/bin/dtas-splitfx
+++ b/bin/dtas-splitfx
@@ -15,6 +15,7 @@ OptionParser.new('', 24, '  ') do |op|
   op.on('-s', '--quiet', '--silent') { |val| opts[:silent] = true }
   op.on('-D', '--no-dither') { |val| opts[:no_dither] = true }
   op.on('-O', '--outdir OUTDIR') { |val| opts[:outdir] = val }
+  op.on('-C', '--compression FACTOR') { |val| opts[:compression] = val }
   op.parse!(ARGV)
 end