From f64467af21efab70b8cfab46f3f7f9d36c5b6e5f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 11 Sep 2020 01:54:26 -0700 Subject: Updated makefile, added manpage --- bpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpeg.c') 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 = Define a grammar rule\n" " -r --replace replace the input pattern with the given replacement\n" " -g --grammar use the specified file as a grammar\n"); -- cgit v1.2.3