Skip to content

Commit be2e3be

Browse files
committed
Drop redundant boilerplate
1 parent 0869fa6 commit be2e3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-cyclonedx/src/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Defaults to the host target, as printed by 'rustc -vV'"
102102
pub spec_version: Option<SpecVersion>,
103103

104104
/// Do not include build-time dependencies in the SBOM
105-
#[clap(name = "no-build-deps", long = "no-build-deps")]
105+
#[clap(long = "no-build-deps")]
106106
pub no_build_deps: bool,
107107
}
108108

0 commit comments

Comments
 (0)