about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-05-21 07:22:46 +0000
committerEric Wong <e@80x24.org>2015-05-21 07:22:46 +0000
commit76528e5c8b16cfdde66cc2a9959f1cd285edb680 (patch)
tree3476d6e8d169fd726f21f1f3878a0bd716279c3e
parentbb197bbc8a19f885b08912909d3bfccf92249838 (diff)
downloaddtas-76528e5c8b16cfdde66cc2a9959f1cd285edb680.tar.gz
I nearly forgot about this myself
-rwxr-xr-xbin/dtas-splitfx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx
index d28cc5d..d363ab9 100755
--- a/bin/dtas-splitfx
+++ b/bin/dtas-splitfx
@@ -11,7 +11,7 @@ jobs = 1
 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('-j', '--jobs [JOBS]', Integer) { |val| opts[:jobs] = val } # nil==inf
   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 }