Skip to content

Commit 6859a55

Browse files
committed
Document the default for --spec-version flag
Signed-off-by: Sergey "Shnatsel" Davidoff <[email protected]>
1 parent 441a90b commit 6859a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-cyclonedx/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Defaults to the host target, as printed by 'rustc -vV'"
9797
#[clap(long = "license-accept-named", action=ArgAction::Append)]
9898
pub license_accept_named: Vec<String>,
9999

100-
/// The CycloneDX specification version to output: `1.3` or `1.4`
100+
/// The CycloneDX specification version to output: `1.3` or `1.4`. Defaults to 1.3
101101
#[clap(long = "spec-version")]
102102
pub spec_version: Option<SpecVersion>,
103103
}

0 commit comments

Comments
 (0)