diff --git a/cli/src/main.rs b/cli/src/main.rs index 5f38c8b7..af89bd01 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -243,9 +243,9 @@ struct Fuzz { pub skip: Option>, #[arg(long, help = "Subdirectory to the language")] pub subdir: Option, - #[arg(long, short, help = "Maximum number of edits to perform per fuzz test")] + #[arg(long, help = "Maximum number of edits to perform per fuzz test")] pub edits: Option, - #[arg(long, short, help = "Number of fuzzing iterations to run per test")] + #[arg(long, help = "Number of fuzzing iterations to run per test")] pub iterations: Option, #[arg( long,