Add the debug flag to the man pages
This commit is contained in:
parent
10798dea7a
commit
f071cb2dec
|
@ -4,7 +4,7 @@ Parsodus(1) -- A language agnostic parser generator
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
`Parsodus` [`-d` <outputdir>] [`-l` <language>] [`-n` <parsername>] <inputfile.pds>
|
`Parsodus` [`-d` <outputdir>] [`-l` <language>] [`-n` <parsername>] [`--debug`] <inputfile.pds>
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
@ -32,6 +32,9 @@ Options:
|
||||||
Use this name for the generated parser, the default is
|
Use this name for the generated parser, the default is
|
||||||
based on the input file name
|
based on the input file name
|
||||||
|
|
||||||
|
* `--debug`:
|
||||||
|
Ouput debug logging, outputs to debug.log in the output directory
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in New Issue