Skip to content

Commit

Permalink
Merge pull request #153 from Flet/help-message
Browse files Browse the repository at this point in the history
Improve help message
  • Loading branch information
Flet authored Jan 13, 2017
2 parents 3ec4912 + 110b792 commit 8ddc72a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ Usage:
If FILES is omitted, then all JavaScript source files (*.js, *.jsx) in the current
working directory are checked, recursively.
Certain paths (node_modules/, .git/, coverage/, *.min.js, bundle.js, vendor/) are
automatically ignored.
Certain paths (node_modules/, coverage/, vendor/, *.min.js, bundle.js, and
files/folders that begin with '.' like .git/) are automatically ignored.
Paths in a project's root .gitignore file are also automatically ignored.
Flags:
--fix Automatically fix problems
Expand Down

0 comments on commit 8ddc72a

Please # to comment.