Skip to content

Commit

Permalink
Clarify the meaning and value range of --opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 22, 2015
1 parent adea823 commit c7b1b40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imgdiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ def main(argv=None):
parser.add_option('-S', '--smart-highlight', action='store_true',
help='highlight differences in a smarter way (EXPERIMENTAL)')
parser.add_option('--opacity', type='int', default='64',
help='minimum opacity for highlighting (default %default)')
help='opacity of similar areas for -H/-S'
' (range: 0..255, default %default)')
parser.add_option('--timeout', type='float', default='10',
help='skip highlighting if it takes too long'
' (default: %default seconds)')
Expand Down

0 comments on commit c7b1b40

Please sign in to comment.