Skip to content

Commit

Permalink
🎨 Update Cli help message
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPurdy committed Oct 24, 2015
1 parent 4446b0b commit bd9d3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sass-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ program
.version(meta.version)
.usage('[options] <pattern>')
.option('-c, --config [path]', 'path to custom config file')
.option('-i, --ignore [pattern]', 'pattern to ignore. For multiple ignores, separate each pattern by `, `')
.option('-i, --ignore [pattern]', 'pattern to ignore. For multiple ignores, separate each pattern by `, ` within a string')
.option('-q, --no-exit', 'do not exit on errors')
.option('-v, --verbose', 'verbose output')
.option('-f, --format [format]', 'pass one of the available eslint formats')
Expand Down

0 comments on commit bd9d3d8

Please sign in to comment.