From 76528e5c8b16cfdde66cc2a9959f1cd285edb680 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 21 May 2015 07:22:46 +0000 Subject: dtas-splitfx: comment describing -j (nothing) as infinite I nearly forgot about this myself --- bin/dtas-splitfx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 } -- cgit v1.2.3-24-ge0c7