Skip to content

Commit

Permalink
Change doc string for --no-build-deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey "Shnatsel" Davidoff <[email protected]>
  • Loading branch information
Shnatsel committed Jul 31, 2024
1 parent 6b262d3 commit de477e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-cyclonedx/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Defaults to the host target, as printed by 'rustc -vV'"
#[clap(long = "spec-version")]
pub spec_version: Option<SpecVersion>,

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

0 comments on commit de477e6

Please sign in to comment.