diff --git a/cli/src/main.rs b/cli/src/main.rs index ce4aae95..81add51f 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -269,7 +269,7 @@ struct Fuzz { pub iterations: Option, #[arg(long, short, help = "Regex pattern to filter tests")] pub filter: Option, - #[arg(long, short, help = "Enable logging of graphs and input")] + #[arg(long, help = "Enable logging of graphs and input")] pub log_graphs: bool, #[arg(long, short, help = "Enable parser logging")] pub log: bool,