chore: fix doc comment

This commit is contained in:
WillLillis 2025-01-04 01:52:36 -05:00 committed by Amaan Qureshi
parent efc51a596c
commit 619d347f95

View file

@ -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