aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-12-17 16:23:45 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-12-17 16:23:45 -0800
commit40be243004b095fe15bb2ece176692f8354cdf45 (patch)
tree221b31b98eb4441ffe53a8f274290bec952d8916 /README.md
parentb3bca46c2f0deecbce91600714975cac8357a216 (diff)
Updated docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 24cb549..cbd55ee 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ It's written in pure C with no dependencies.
* `-i` `--ignore-case` perform a case-insensitive match
* `-e` `--explain` print an explanation of the matches
* `-j` `--json` print matches as JSON objects
+* `-l` `--list-files` print only filenames containing matches
* `-d` `--define <name>:<def>` define a grammar rule
* `-D` `--define-string <name>:<def>` define a grammar rule (string-pattern)
* `-p` `--pattern <pat>` provide a pattern (equivalent to `bp '\(<pat>)'`)