aboutsummaryrefslogtreecommitdiff
path: root/bp.1
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 /bp.1
parentb3bca46c2f0deecbce91600714975cac8357a216 (diff)
Updated docs
Diffstat (limited to 'bp.1')
-rw-r--r--bp.14
1 files changed, 4 insertions, 0 deletions
diff --git a/bp.1 b/bp.1
index 6eaf937..48076ec 100644
--- a/bp.1
+++ b/bp.1
@@ -9,6 +9,7 @@ bp \- Bruce's Parsing Expression Grammar tool
[\fI-v\fR|\fI--verbose\fR]
[\fI-e\fR|\fI--explain\fR]
[\fI-j\fR|\fI--json\fR]
+[\fI-l\fR|\fI--list-files\fR]
[\fI-i\fR|\fI--ignore-case\fR \fI<pattern>\fR]
[\fI-p\fR|\fI--pattern\fR \fI<pattern>\fR]
[\fI-P\fR|\fI--pattern-string\fR \fI<string-pattern>\fR]
@@ -31,6 +32,9 @@ Print a visual explanation of the matches.
.B \-j\fR, \fB--json
Print a JSON list of the matches. (Pairs with \fB--verbose\fR for more detail)
+.B \-l\fR, \fB--list-files
+Print only the names of files containing matches instead of the matches themselves.
+
.B \-i\fR, \fB--ignore-case
Perform pattern matching case-insensitively.