From 5d5817c2a3d21e91db4eaaf607ff881d71b57638 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 19 May 2021 21:58:54 -0700 Subject: Fancier string escape sequences and a bit of cleanup. --- bp.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bp.1') 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\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\fR] @@ -19,10 +19,12 @@ bp \- Bruce's Parsing Expression Grammar tool [\fI-g\fR|\fI--grammar\fR \fI\fR] [\fI-G\fR|\fI--git\fR] [\fI-c\fR|\fI--context\fR \fI\fR] -\fI\fR [[--] \fI\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. -- cgit v1.2.3