From 619d347f95d714f24ffffb6f0aebec8b3572abed Mon Sep 17 00:00:00 2001 From: WillLillis Date: Sat, 4 Jan 2025 01:52:36 -0500 Subject: [PATCH] chore: fix doc comment --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main.rs b/cli/src/main.rs index 2e4b1f30..c2a30106 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -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