diff --git a/src/main.rs b/src/main.rs index e2cc383cb..ce332c491 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,7 @@ enum Opt { #[clap(flatten)] build: BuildOptions, /// Pass --release to cargo - #[clap(long)] + #[clap(short = 'r', long)] release: bool, /// Strip the library for minimum file size #[clap(long)] @@ -77,7 +77,7 @@ enum Opt { /// The path to the Cargo.toml manifest_path: PathBuf, /// Pass --release to cargo - #[clap(long)] + #[clap(short = 'r', long)] release: bool, /// Strip the library for minimum file size #[clap(long)]