Skip to content

Commit

Permalink
Merge pull request #3 from fabiomcosta/patch-1
Browse files Browse the repository at this point in the history
Update bin/image_optim
  • Loading branch information
toy committed Sep 13, 2012
2 parents 0a824d7 + 133ef6c commit 1476c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/image_optim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Usege:
options[:threads] = threads
end

op.on('--[no-]nice NUMBER', Integer, 'Nice levle (defaults to 10)') do |nice|
op.on('--[no-]nice NUMBER', Integer, 'Nice level (defaults to 10)') do |nice|
options[:nice] = nice
end

Expand Down

0 comments on commit 1476c5e

Please sign in to comment.