Fix exclude documentation

Closes issue #17
This commit is contained in:
Grant Murphy 2016-07-26 21:53:45 -07:00
parent debb1f5b08
commit 1cff72694b

View file

@ -53,7 +53,7 @@ Gas will ignore paths that match a supplied pattern via
Multiple patterns can be specified as follows:
```
$ gas -exclude tests* -exclude *_example.go ./...
$ gas -exclude=tests* -exclude=*_example.go ./...
```
#### Annotating code