From 90f108105da8b41900a4fe4cfb68e44d817d9ca5 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 15 Nov 2024 22:04:07 -0800 Subject: [PATCH] The syntax is dot, not dotty --- src/options.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/options.rs b/src/options.rs index b3c6268a7..b3835e447 100644 --- a/src/options.rs +++ b/src/options.rs @@ -124,12 +124,12 @@ fn app() -> clap::Command<'static> { ).help_heading("DEBUG OPTIONS"), ) .arg( - Arg::new("dump-syntax-dotty") - .long("dump-syntax-dotty") + Arg::new("dump-syntax-dot") + .long("dump-syntax-dot") .takes_value(true) .value_name("PATH") .long_help( - "Parse a single file with tree-sitter and display the difftastic syntax tree, as a dotty graph.", + "Parse a single file with tree-sitter and display the difftastic syntax tree, as a DOT graph.", ).help_heading("DEBUG OPTIONS"), ) .arg(