aboutsummaryrefslogtreecommitdiff
path: root/bpeg.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-11 01:54:26 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-11 01:54:26 -0700
commitf64467af21efab70b8cfab46f3f7f9d36c5b6e5f (patch)
tree9ecb841dc536a14a9bb418f8886b94632e14f541 /bpeg.c
parent2baadd9ba00a84b3daa5c7028e7129223fbd5b1d (diff)
Updated makefile, added manpage
Diffstat (limited to 'bpeg.c')
-rw-r--r--bpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpeg.c b/bpeg.c
index 01073a0..2515d8b 100644
--- a/bpeg.c
+++ b/bpeg.c
@@ -48,7 +48,7 @@ static const char *usage = (
"Flags:\n"
" -h --help\t print the usage and quit\n"
" -v --verbose\t print verbose debugging info\n"
- " -s --slow\t run in slow mode for debugging\n"
+ " -d --define <name>=<def> Define a grammar rule\n"
" -r --replace <replacement> replace the input pattern with the given replacement\n"
" -g --grammar <grammar file> use the specified file as a grammar\n");