diff --git a/tooling/cli.rs/src/dev.rs b/tooling/cli.rs/src/dev.rs index 9581dba24..8ebf40cc3 100644 --- a/tooling/cli.rs/src/dev.rs +++ b/tooling/cli.rs/src/dev.rs @@ -52,7 +52,7 @@ pub struct Options { #[clap(short, long)] config: Option, /// Run the code in release mode - #[clap(short, long)] + #[clap(long = "release")] release_mode: bool, /// Args passed to the binary args: Vec,