aboutsummaryrefslogtreecommitdiff
path: root/bpeg.c
diff options
context:
space:
mode:
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");