Skip to content

Commit

Permalink
Drop redundant boilerplate
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 de477e6 commit c2ac06e
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 @@ -102,7 +102,7 @@ Defaults to the host target, as printed by 'rustc -vV'"
pub spec_version: Option<SpecVersion>,

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

Expand Down

0 comments on commit c2ac06e

Please sign in to comment.