Skip to content

Commit

Permalink
Remove duplicate option description
Browse files Browse the repository at this point in the history
`nonull` was listed twice in the options descriptions.
  • Loading branch information
marclipovsky authored and isaacs committed Jun 18, 2015
1 parent e3cdccc commit 4f39b60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ the filesystem.
* `matchBase` Perform a basename-only match if the pattern does not
contain any slash characters. That is, `*.js` would be treated as
equivalent to `**/*.js`, matching all js files in all directories.
* `nonull` Return the pattern when no matches are found.
* `nodir` Do not match directories, only files. (Note: to match
*only* directories, simply put a `/` at the end of the pattern.)
* `ignore` Add a pattern or an array of patterns to exclude matches.
Expand Down

0 comments on commit 4f39b60

Please sign in to comment.