aboutsummaryrefslogtreecommitdiff
path: root/bpeg.1
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-16 22:39:33 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-16 22:39:33 -0700
commit9f62d3c7a9f14f07b75a558ee4835ff3bfe0e90b (patch)
treec3d0756206503c9d5cef3f8e6297e3324b9c1d27 /bpeg.1
parent82952fa5e955885baa1632b0b0ba2ab040a30f14 (diff)
Changed arg parsing to '-d foo:baz' for consistency (was: '-d foo=baz')
Diffstat (limited to 'bpeg.1')
-rw-r--r--bpeg.18
1 files changed, 4 insertions, 4 deletions
diff --git a/bpeg.1 b/bpeg.1
index 1b5fe59..a55849c 100644
--- a/bpeg.1
+++ b/bpeg.1
@@ -10,8 +10,8 @@ bpeg \- Bruce's Parsing Expression Grammar tool
[\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]
-[\fI-d\fR|\fI--define\fR \fI<name>\fR=\fI<pattern>\fR]
-[\fI-D\fR|\fI--define-string\fR \fI<name>\fR=\fI<string-pattern>\fR]
+[\fI-d\fR|\fI--define\fR \fI<name>\fR:\fI<pattern>\fR]
+[\fI-D\fR|\fI--define-string\fR \fI<name>\fR:\fI<string-pattern>\fR]
[\fI-r\fR|\fI--replace\fR \fI<replacement>\fR]
[\fI-g\fR|\fI--grammar\fR \fI<grammar file>\fR]
[\fI-m\fR|\fI--mode\fR \fI<mode>\fR]
@@ -26,10 +26,10 @@ Print debugging information.
.B \-i\fR, \fB--ignore-case
Perform pattern matching case-insensitively.
-.B \-d\fR, \fB--define \fI<name>\fR=\fI<pattern>\fR
+.B \-d\fR, \fB--define \fI<name>\fR:\fI<pattern>\fR
Define a grammar rule using a bpeg pattern.
-.B \-D\fR, \fB--define-string \fI<name>\fR=\fI<string-pattern>\fR
+.B \-D\fR, \fB--define-string \fI<name>\fR:\fI<string-pattern>\fR
Define a grammar rule using a bpeg string pattern.
.B \-r\fR, \fB--replace \fI<replacement>\fR