Skip to content

Commit

Permalink
Update solhint.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Dec 20, 2018
1 parent 391f70e commit 77e1f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solhint.js
Expand Up @@ -17,7 +17,7 @@ function init() {
.option('-f, --formatter [name]', 'report formatter name (stylish, table, tap, unix)')
.option(
'-w, --max-warnings [maxWarningsNumber]',
'number of allowed warnings to not trigger nonzero exit code'
'number of allowed warnings'
)
.option('-c, --config [file_name]', 'file to use as your .solhint.json')
.option('-q, --quiet', 'report errors only - default: false')
Expand Down

0 comments on commit 77e1f68

Please sign in to comment.