Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Change flag for compress to great c.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszor committed Apr 20, 2016
1 parent df74670 commit c0301cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffee/commands/images-convert.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ program
.option '-d, --descriptions <path>', 'set image descriptions file path'
.option '-r, --regex [name]', 'an optional RegExp used for filtering listed files (e.g.: /(.*)\.jpg/)', ''
.option '-l, --logFile <path>', 'optionally log to a file instead of printing to console (errors will still be printed to stderr)'
.option '-ic, --compress', 'optionally compress images', false
.option '-C, --compress', 'optionally compress images', false
.option '--sendMetrics', 'optionally send statsd metrics', false
.option '--metricsPrefix <name>', 'optionally specify a prefix for the metrics'
.parse process.argv
Expand Down

0 comments on commit c0301cf

Please sign in to comment.