chore: fix doc comment
This commit is contained in:
parent
efc51a596c
commit
619d347f95
1 changed files with 1 additions and 1 deletions
|
|
@ -181,8 +181,8 @@ struct Parse {
|
|||
pub wasm: bool,
|
||||
/// Output the parse data with graphviz dot
|
||||
#[arg(long = "dot")]
|
||||
/// Output the parse data in XML format
|
||||
pub output_dot: bool,
|
||||
/// Output the parse data in XML format
|
||||
#[arg(long = "xml", short = 'x')]
|
||||
pub output_xml: bool,
|
||||
/// Output the parse data in a pretty-printed CST format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue