Skip to content

Commit

Permalink
fix use of --type-add
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Sep 27, 2016
1 parent 9fa38c6 commit 7ab29a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ To see a list of types supported, run `rg --type-list`. To add a new type, use
`--type-add`:

```
$ rg --type-add 'foo:*.foo,*.foobar'
$ rg --type-add 'foo:*.{foo,foobar}'
```

The type `foo` will now match any file ending with the `.foo` or `.foobar`
Expand Down

0 comments on commit 7ab29a9

Please sign in to comment.