diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-11 01:54:26 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-11 01:54:26 -0700 |
| commit | f64467af21efab70b8cfab46f3f7f9d36c5b6e5f (patch) | |
| tree | 9ecb841dc536a14a9bb418f8886b94632e14f541 /bpeg.c | |
| parent | 2baadd9ba00a84b3daa5c7028e7129223fbd5b1d (diff) | |
Updated makefile, added manpage
Diffstat (limited to 'bpeg.c')
| -rw-r--r-- | bpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |
