Merge pull request #776 from ldong/master

Update ag
waldyrious/alt-syntax
Leandro Ostera 2016-02-18 20:53:30 +01:00
commit 38e0892707
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
`ag foo`
- Find files containing "FOO" case-insensitively:
`ag -i FOO`
- Find "foo" in files with a name matching "bar":
`ag foo -G bar`