about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-05-17 01:39:45 +0000
committerEric Wong <e@80x24.org>2015-05-17 01:40:18 +0000
commit8705ec176fc03314da215af2d17935b3178f83d9 (patch)
treed6f16d3be5dea40ac85b1553ea7ca8b1fe5785ba /bin
parentf58942d2a238128d850384d16067811f8415d43f (diff)
downloaddtas-8705ec176fc03314da215af2d17935b3178f83d9.tar.gz
Oops
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dtas-splitfx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx
index b5741a0..a764cb3 100755
--- a/bin/dtas-splitfx
+++ b/bin/dtas-splitfx
@@ -12,8 +12,8 @@ OptionParser.new('', 24, '  ') do |op|
   op.banner = usage
   op.on('-n', '--dry-run') { opts[:dryrun] = true }
   op.on('-j', '--jobs [JOBS]', Integer) { |val| opts[:jobs] = val }
-  op.on('-s', '--quiet', '--silent') { |val| opts[:silent] = true }
-  op.on('-D', '--no-dither') { |val| opts[:no_dither] = true }
+  op.on('-s', '--quiet', '--silent') { opts[:silent] = true }
+  op.on('-D', '--no-dither') { opts[:no_dither] = true }
   op.on('-O', '--outdir OUTDIR') { |val| opts[:outdir] = val }
   op.on('-C', '--compression FACTOR') { |val| opts[:compression] = val }
   op.on('-r', '--rate RATE') { |val| opts[:rate] = val }