diff --git a/cargo-cyclonedx/src/cli.rs b/cargo-cyclonedx/src/cli.rs index e3f2f9bc..06f88f18 100644 --- a/cargo-cyclonedx/src/cli.rs +++ b/cargo-cyclonedx/src/cli.rs @@ -101,8 +101,8 @@ Defaults to the host target, as printed by 'rustc -vV'" #[clap(long = "spec-version")] pub spec_version: Option, - /// List only dependencies of kind normal (no build deps, no dev deps) - #[clap(name = "no-build-deps", long = "no-build-deps")] + /// Do not include build-time dependencies in the SBOM + #[clap(long = "no-build-deps")] pub no_build_deps: bool, }