Skip to content

Commit 0869fa6

Browse files
committed
Change doc string for --no-build-deps
1 parent 6b262d3 commit 0869fa6

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
@@ -101,7 +101,7 @@ Defaults to the host target, as printed by 'rustc -vV'"
101101
#[clap(long = "spec-version")]
102102
pub spec_version: Option<SpecVersion>,
103103

104-
/// List only dependencies of kind normal (no build deps, no dev deps)
104+
/// Do not include build-time dependencies in the SBOM
105105
#[clap(name = "no-build-deps", long = "no-build-deps")]
106106
pub no_build_deps: bool,
107107
}

0 commit comments

Comments
 (0)