Add the debug flag to the man pages

This commit is contained in:
Robin Jadoul 2017-01-27 11:55:45 +01:00
parent 10798dea7a
commit f071cb2dec
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Parsodus(1) -- A language agnostic parser generator
SYNOPSIS
--------
`Parsodus` [`-d` <outputdir>] [`-l` <language>] [`-n` <parsername>] <inputfile.pds>
`Parsodus` [`-d` <outputdir>] [`-l` <language>] [`-n` <parsername>] [`--debug`] <inputfile.pds>
DESCRIPTION
@ -32,6 +32,9 @@ Options:
Use this name for the generated parser, the default is
based on the input file name
* `--debug`:
Ouput debug logging, outputs to debug.log in the output directory
EXAMPLES
--------