diff --git a/src/cli/mod.rs b/src/cli/mod.rs index 1583f6fc..f7bd0f5e 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -164,7 +164,7 @@ pub struct FindOpts { /// For toolchains which include a Cargo version which supports the rust-version field, /// the `package.rust-version` field will be written. For older Rust toolchains, /// the `package.metadata.msrv` field will be written instead. - #[arg(long)] + #[arg(long, visible_alias = "set")] pub write_msrv: bool, #[command(flatten)]