diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-05-19 21:58:54 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-05-19 21:58:54 -0700 |
| commit | 5d5817c2a3d21e91db4eaaf607ff881d71b57638 (patch) | |
| tree | c147550067d237a8d45c35870e18ea4957772c0b /bp.1 | |
| parent | 6ff7a6753032bc41098042258096bde73ed4bd1c (diff) | |
Fancier string escape sequences and a bit of cleanup.
Diffstat (limited to 'bp.1')
| -rw-r--r-- | bp.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |
