aboutsummaryrefslogtreecommitdiff
path: root/bp.1
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-05-19 21:58:54 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-05-19 21:58:54 -0700
commit5d5817c2a3d21e91db4eaaf607ff881d71b57638 (patch)
treec147550067d237a8d45c35870e18ea4957772c0b /bp.1
parent6ff7a6753032bc41098042258096bde73ed4bd1c (diff)
Fancier string escape sequences and a bit of cleanup.
Diffstat (limited to 'bp.1')
-rw-r--r--bp.16
1 files changed, 4 insertions, 2 deletions
diff --git a/bp.1 b/bp.1
index 99c6afa..ee920b1 100644
--- a/bp.1
+++ b/bp.1
@@ -10,7 +10,7 @@ bp \- Bruce's Parsing Expression Grammar tool
[\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-i\fR|\fI--ignore-case\fR]
[\fI-I\fR|\fI--inplace\fR]
[\fI-C\fR|\fI--confirm\fR]
[\fI-p\fR|\fI--pattern\fR \fI<pattern>\fR]
@@ -19,10 +19,12 @@ bp \- Bruce's Parsing Expression Grammar tool
[\fI-g\fR|\fI--grammar\fR \fI<grammar file>\fR]
[\fI-G\fR|\fI--git\fR]
[\fI-c\fR|\fI--context\fR \fI<N>\fR]
-\fI<pattern\fR
+\fI<pattern>\fR
[[--] \fI<input files...>\fR]
+
.SH DESCRIPTION
\fBbp\fR is a tool that matches parsing expression grammars using a custom syntax.
+
.SH OPTIONS
.B \-v\fR, \fB--verbose
Print debugging information.