diff options
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. |
